diff --git a/README.md b/README.md index 1c3344b1..dbec7279 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Do you want to use this analyzer in a project hosted on [SonarCloud](https://son | ZPA version | SonarQube version (min/max) | |------------------------|-----------------------------| -| 3.5.1 | 9.9 / 10.6 | -| 3.6.0 (in development) | 9.9 / 10.7 | +| 3.6.0 | 9.9 / 10.7 | +| 3.7.0 (in development) | 9.9 / 10.7 | ## ZPA Toolkit @@ -69,6 +69,6 @@ Then run the tests: ./gradlew integrationTest -By default, the tests will be executed using SonarQube 9.9 LTA. You can change the SonarQube version using the property `sonar.runtimeVersion`, passing one of `LATEST_RELEASE[9.9]` (for SonarQube 9.9.x LTA), `LATEST_RELEASE[10.6]` (latest official release) or `a.b.c.d` for an exact release including build number: +By default, the tests will be executed using SonarQube 9.9 LTA. You can change the SonarQube version using the property `sonar.runtimeVersion`, passing one of `LATEST_RELEASE[9.9]` (for SonarQube 9.9.x LTA), `LATEST_RELEASE[10.7]` (latest official release) or `a.b.c.d` for an exact release including build number: ./gradlew integrationTest -Dsonar.runtimeVersion=LATEST_RELEASE[9.9] diff --git a/build.gradle.kts b/build.gradle.kts index 9546b74c..330f7e63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ allprojects { } group = "com.felipebz.zpa" - version = "3.6.0-SNAPSHOT" + version = "3.6.0" } subprojects { diff --git a/plsql-custom-rules/build.gradle.kts b/plsql-custom-rules/build.gradle.kts index 5f08b498..f1063044 100644 --- a/plsql-custom-rules/build.gradle.kts +++ b/plsql-custom-rules/build.gradle.kts @@ -25,9 +25,9 @@ val minSonarQubeApiVersion = "9.14.0.375" dependencies { compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion") - compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.6.0-SNAPSHOT") + compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.6.0") testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion") - testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.6.0-SNAPSHOT") + testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.6.0") testImplementation("org.junit.jupiter:junit-jupiter:5.11.1") } diff --git a/plsql-custom-rules/pom.xml b/plsql-custom-rules/pom.xml index a77f6df2..5a03f4da 100644 --- a/plsql-custom-rules/pom.xml +++ b/plsql-custom-rules/pom.xml @@ -10,7 +10,7 @@ UTF-8 - 3.6.0-SNAPSHOT + 3.6.0 9.9.0.65466