Skip to content

Commit 09be3cc

Browse files
committed
build: Release 3.8.0
1 parent 9dcf19d commit 09be3cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 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.7.0 | 9.9 / 25.3 |
27-
| 3.8.0 (in development) | 25.2 / 25.7 |
26+
| 3.8.0 | 25.2 / 25.7 |
27+
| 3.9.0 (in development) | 25.2 / 25.7 |
2828

2929
## ZPA Toolkit
3030

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.8.0-SNAPSHOT"
35+
version = "3.8.0"
3636
}
3737

3838
subprojects {

plsql-custom-rules/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ java {
2323
val minSonarQubeVersion = "25.2.0.102705"
2424
val minSonarQubeApiVersion = "11.1.0.2693"
2525
val junitVersion = "5.12.2"
26-
val zpaVersion = "3.8.0-SNAPSHOT"
26+
val zpaVersion = "3.8.0"
2727

2828
dependencies {
2929
compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion")

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.8.0-SNAPSHOT</zpa.version>
13+
<zpa.version>3.8.0</zpa.version>
1414
<sonarqube.api.min.version>11.1.0.2693</sonarqube.api.min.version>
1515
<sonarqube.min.version>25.2.0.102705</sonarqube.min.version>
1616
</properties>

0 commit comments

Comments
 (0)