From 549f4cc08d5a9aeb947ef6ff3c4f997292433c12 Mon Sep 17 00:00:00 2001 From: Daniel Muehlbachler-Pietrzykowski Date: Thu, 2 May 2024 09:58:08 +0200 Subject: [PATCH] checkstyle: update to 10.16.0 --- checkstyle.properties | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/checkstyle.properties b/checkstyle.properties index b08738e1..b3a468a1 100644 --- a/checkstyle.properties +++ b/checkstyle.properties @@ -1,14 +1,20 @@ category=External Analysers description=Provide Checkstyle rules for Java projects homepageUrl=https://github.com/checkstyle/sonar-checkstyle -archivedVersions=10.5,10.6.0,10.7.0,10.8.1,10.9.3,10.11.0,10.12.0,10.12.1,10.12.3,10.12.5,10.14.1,10.14.2 -publicVersions=10.15.0 +archivedVersions=10.5,10.6.0,10.7.0,10.8.1,10.9.3,10.11.0,10.12.0,10.12.1,10.12.3,10.12.5,10.14.1,10.14.2,10.15.0 +publicVersions=10.16.0 defaults.mavenGroupId=org.sonarsource.checkstyle defaults.mavenArtifactId=sonar-checkstyle-plugin +10.16.0.description=Upgrade to Checkstyle 10.16.0 +10.16.0.sqVersions=[9.9,LATEST] +10.16.0.date=2024-05-02 +10.16.0.changelogUrl=https://github.com/checkstyle/sonar-checkstyle/releases/tag/10.16.0 +10.16.0.downloadUrl=https://github.com/checkstyle/sonar-checkstyle/releases/download/10.16.0/checkstyle-sonar-plugin-10.16.0.jar + 10.15.0.description=Upgrade to Checkstyle 10.15.0 -10.15.0.sqVersions=[9.9,LATEST] +10.15.0.sqVersions=[9.9,10.5.*] 10.15.0.date=2024-04-11 10.15.0.changelogUrl=https://github.com/checkstyle/sonar-checkstyle/releases/tag/10.15.0 10.15.0.downloadUrl=https://github.com/checkstyle/sonar-checkstyle/releases/download/10.15.0/checkstyle-sonar-plugin-10.15.0.jar