diff --git a/README.md b/README.md index cf6dd6f05..5d7868bb3 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ If you like to live on the bleeding edge, you can use the [latest development ve | ZPA version | SonarQube version | |-----------------|-------------------| -| 2.4.0 (current) | 6.7 LTS - 8.9 LTS | -| 3.0.0 (next) | 7.6 - 8.9 LTS | +| 2.4.0 | 6.7 LTS - 8.9 LTS | +| 3.0.0 (current) | 7.6 - latest | ## Contribute @@ -67,6 +67,6 @@ Then run the tests: ./gradlew test -Pit -By default the tests will be executed using SonarQube 6.7.x LTS. You can change the SonarQube version using the property `sonar.runtimeVersion`, passing the specific version or one of `LATEST_RELEASE[6.7]` (for SonarQube 6.7.x LTS), `LATEST_RELEASE` (latest official release) or `DEV` (unstable version, in development): +By default the tests will be executed using SonarQube 7.6. You can change the SonarQube version using the property `sonar.runtimeVersion`, passing the specific version or one of `LATEST_RELEASE[6.7]` (for SonarQube 6.7.x LTS), `LATEST_RELEASE` (latest official release) or `DEV` (unstable version, in development): ./gradlew test -Pit -Dsonar.runtimeVersion=7.7 diff --git a/build.gradle.kts b/build.gradle.kts index 39e66745c..e49ca8c89 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ allprojects { } group = "com.felipebz.zpa" - version = "3.0.0-SNAPSHOT" + version = "3.0.0" } subprojects { diff --git a/plsql-custom-rules/build.gradle.kts b/plsql-custom-rules/build.gradle.kts index 94b2718cc..997033e9c 100644 --- a/plsql-custom-rules/build.gradle.kts +++ b/plsql-custom-rules/build.gradle.kts @@ -18,8 +18,8 @@ val minSonarQubeVersion = "7.6" dependencies { compileOnly("org.sonarsource.sonarqube:sonar-plugin-api:$minSonarQubeVersion") - compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.0.0-SNAPSHOT") - testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.0.0-SNAPSHOT") + compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.0.0") + testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.0.0") testImplementation("org.junit.jupiter:junit-jupiter:5.8.0") } diff --git a/plsql-custom-rules/pom.xml b/plsql-custom-rules/pom.xml index c299c5b0e..7aa7f68d7 100644 --- a/plsql-custom-rules/pom.xml +++ b/plsql-custom-rules/pom.xml @@ -10,7 +10,7 @@ UTF-8 - 3.0.0-SNAPSHOT + 3.0.0