Skip to content

Commit 416af10

Browse files
committed
build: Release 3.6.0
1 parent 5e51f43 commit 416af10

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Do you want to use this analyzer in a project hosted on [SonarCloud](https://son
2323

2424
| ZPA version | SonarQube version (min/max) |
2525
|------------------------|-----------------------------|
26-
| 3.5.1 | 9.9 / 10.6 |
27-
| 3.6.0 (in development) | 9.9 / 10.7 |
26+
| 3.6.0 | 9.9 / 10.7 |
27+
| 3.7.0 (in development) | 9.9 / 10.7 |
2828

2929
## ZPA Toolkit
3030

@@ -69,6 +69,6 @@ Then run the tests:
6969

7070
./gradlew integrationTest
7171

72-
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:
72+
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:
7373

7474
./gradlew integrationTest -Dsonar.runtimeVersion=LATEST_RELEASE[9.9]

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333

3434
group = "com.felipebz.zpa"
35-
version = "3.6.0-SNAPSHOT"
35+
version = "3.6.0"
3636
}
3737

3838
subprojects {

plsql-custom-rules/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ val minSonarQubeApiVersion = "9.14.0.375"
2525

2626
dependencies {
2727
compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion")
28-
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.6.0-SNAPSHOT")
28+
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.6.0")
2929
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion")
30-
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.6.0-SNAPSHOT")
30+
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.6.0")
3131
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
3232
}
3333

plsql-custom-rules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<zpa.version>3.6.0-SNAPSHOT</zpa.version>
13+
<zpa.version>3.6.0</zpa.version>
1414
<sonarqube.min.version>9.9.0.65466</sonarqube.min.version>
1515
</properties>
1616

0 commit comments

Comments
 (0)