diff --git a/docs/CUSTOM_RULES_101.md b/docs/CUSTOM_RULES_101.md index 09d4c0d0b4e..0fefdf31453 100644 --- a/docs/CUSTOM_RULES_101.md +++ b/docs/CUSTOM_RULES_101.md @@ -89,7 +89,7 @@ Other tags such as ``, ``, ``, ``, and `` in the configuration of the sonar-packaging-maven plugin, using the fully qualified name of the java class `MyJavaRulesPlugin`. You must change this configuration if you refactor your code, rename, or move the class implementing `org.sonar.api.Plugin`. -The property `` also guarantees compatibility with the SonarQube instance you target. +The property `` also guarantees compatibility with the SonarQube instance you target. To determine the appropriate plugin API version, see [the plugin API compatibility documentation](https://github.com/SonarSource/sonar-plugin-api/?tab=readme-ov-file#compatibility). ```xml @@ -102,7 +102,7 @@ The property `` also guarantees compatibility with the Sona Java Custom Rules org.sonar.samples.java.MyJavaRulesPlugin true - 8.9 + 9.14.0.375 java:${sonarjava.version} diff --git a/docs/java-custom-rules-example/pom.xml b/docs/java-custom-rules-example/pom.xml index a337b170d20..ece341b70fa 100644 --- a/docs/java-custom-rules-example/pom.xml +++ b/docs/java-custom-rules-example/pom.xml @@ -84,7 +84,7 @@ org.sonar.samples.java.MyJavaRulesPlugin true true - 8.9 + 9.14.0.375 java:${project.version} diff --git a/docs/java-custom-rules-example/pom_SQ_9_9_LTS.xml b/docs/java-custom-rules-example/pom_SQ_9_9_LTS.xml index 8af659649e4..d84cfc7edf9 100644 --- a/docs/java-custom-rules-example/pom_SQ_9_9_LTS.xml +++ b/docs/java-custom-rules-example/pom_SQ_9_9_LTS.xml @@ -97,7 +97,6 @@ org.sonarsource.sonar-packaging-maven-plugin sonar-packaging-maven-plugin - 1.21.0.505 true java-custom @@ -105,7 +104,7 @@ org.sonar.samples.java.MyJavaRulesPlugin true true - 8.9 + 9.14.0.375 java:${sonarjava.version} diff --git a/its/plugin/plugins/java-extension-plugin/pom.xml b/its/plugin/plugins/java-extension-plugin/pom.xml index c6b78c6a3a6..f434ac21cd2 100644 --- a/its/plugin/plugins/java-extension-plugin/pom.xml +++ b/its/plugin/plugins/java-extension-plugin/pom.xml @@ -56,7 +56,7 @@ ${sonar.pluginClass} false - 9.9 + 9.14.0.375 diff --git a/pom.xml b/pom.xml index 806b8419c78..1f6c89fe1e7 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,6 @@ -Xmx512m sonar-java - 1.20.0.405 ${project.groupId}:sonar-java-plugin:jar diff --git a/sonar-java-plugin/pom.xml b/sonar-java-plugin/pom.xml index f55fcccff59..ad2906c809f 100644 --- a/sonar-java-plugin/pom.xml +++ b/sonar-java-plugin/pom.xml @@ -145,8 +145,9 @@ Java Code Quality and Security true org.sonar.plugins.java.JavaPlugin + java true - 9.9 + 9.14.0.375 11