Skip to content

Commit

Permalink
build: Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Oct 3, 2024
1 parent 5e51f43 commit 416af10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}

group = "com.felipebz.zpa"
version = "3.6.0-SNAPSHOT"
version = "3.6.0"
}

subprojects {
Expand Down
4 changes: 2 additions & 2 deletions plsql-custom-rules/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
2 changes: 1 addition & 1 deletion plsql-custom-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<zpa.version>3.6.0-SNAPSHOT</zpa.version>
<zpa.version>3.6.0</zpa.version>
<sonarqube.min.version>9.9.0.65466</sonarqube.min.version>
</properties>

Expand Down

0 comments on commit 416af10

Please sign in to comment.