Skip to content

Commit

Permalink
build: Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Mar 9, 2024
1 parent b60b0e7 commit ce4fb60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.4.0-SNAPSHOT"
version = "3.3.1"
}

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.4.0-SNAPSHOT")
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.3.1")
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.4.0-SNAPSHOT")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.3.1")
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.4.0-SNAPSHOT</zpa.version>
<zpa.version>3.3.1</zpa.version>
<sonarqube.min.version>9.9.0.65466</sonarqube.min.version>
</properties>

Expand Down

0 comments on commit ce4fb60

Please sign in to comment.