Skip to content

Commit 087935d

Browse files
committed
build: Release 4.0.0
1 parent 4f110a6 commit 087935d

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.8.0 | 25.2 / 25.8 |
27-
| 4.0.0 (in development) | 25.2 / 25.10 |
26+
| 4.0.0 | 25.2 / 25.10 |
27+
| 4.1.0 (in development) | 25.2 / 25.10 |
2828

2929
## ZPA Toolkit
3030

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.felipebz.zpa
2-
version=4.0.0-SNAPSHOT
2+
version=4.0.0
33

44
# Workaround for Dokka issue: https://github.com/Kotlin/dokka/issues/1405
55
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G

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.4.0.105899"
2424
val minSonarQubeApiVersion = "11.3.0.2824"
2525
val junitVersion = "5.13.4"
26-
val zpaVersion = "4.0.0-SNAPSHOT"
26+
val zpaVersion = "4.0.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>4.0.0-SNAPSHOT</zpa.version>
13+
<zpa.version>4.0.0</zpa.version>
1414
<sonarqube.api.min.version>11.3.0.2824</sonarqube.api.min.version>
1515
<sonarqube.min.version>25.4.0.105899</sonarqube.min.version>
1616
</properties>

0 commit comments

Comments
 (0)