Skip to content

Commit

Permalink
build: Bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Feb 10, 2024
1 parent e6a61d8 commit 20afa2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ If you like to live on the bleeding edge, you can use the [latest development ve

| ZPA version | SonarQube version (min/max) |
|--------------------------------------|-----------------------------|
| 3.2.1 | 8.9 / 9.9 |
| 3.3.0 (early-access, in development) | 9.9 / latest |
| 3.3.0 | 9.9 / 10.4 |
| 3.4.0 (early-access, in development) | 9.9 / 10.4 |

## ZPA Toolkit

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
}

group = "com.felipebz.zpa"
version = "3.3.0"
version = "3.4.0-SNAPSHOT"
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion plsql-custom-rules/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion")
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.3.0")
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.3.0")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.4.0-SNAPSHOT")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.0")
}

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.3.0</zpa.version>
<zpa.version>3.4.0-SNAPSHOT</zpa.version>
<sonarqube.min.version>9.9.0.65466</sonarqube.min.version>
</properties>

Expand Down
3 changes: 0 additions & 3 deletions template/changelog.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ It may work with the commercial editions of SonarQube, but you won't be able to

## Highlights

* The property `sonar.zpa.file.suffixes` was renamed to `sonar.plsqlopen.file.suffixes` due to changes in SonarQube 10.4.
* To support the ["Analyzers loading optimization"](https://docs.sonarsource.com/sonarqube/latest/instance-administration/improving-performance/#optimizing-the-loading-of-analyzers) feature from SonarQube 10.4, custom plugins must set the `Plugin-RequiredForLanguages`to `plsqlopen`. See the [Gradle example here](https://github.com/felipebz/zpa/commit/139994305485b47c0ba510946cb5f71bb2d8e8ef#diff-52b816ab2412e08a7c93600c54a68f08bd474bd2a75583a99bd2fea39b92b56b) and the [Maven example here](https://github.com/felipebz/zpa/commit/139994305485b47c0ba510946cb5f71bb2d8e8ef#diff-ed6c67ecd6bc69e0ef1f0a62ce7a8c35602ab8ae3af32dff5acee39e1324c486).

## Install/update instructions

* Download the {{#f_release_download_url}}sonar-zpa-plugin-{{projectVersion}}.jar{{/f_release_download_url}} and copy it to the SONARQUBE_HOME/extensions/plugins.
Expand Down

0 comments on commit 20afa2d

Please sign in to comment.