Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Dec 19, 2021
1 parent 4d5ec12 commit b10a933
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 @@ -32,7 +32,7 @@ allprojects {
}

group = "com.felipebz.zpa"
version = "3.1.0-SNAPSHOT"
version = "3.1.0"
}

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 @@ -18,8 +18,8 @@ val minSonarQubeVersion = "7.6"

dependencies {
compileOnly("org.sonarsource.sonarqube:sonar-plugin-api:$minSonarQubeVersion")
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.1.0-SNAPSHOT")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.1.0-SNAPSHOT")
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.1.0")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.1.0")
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.1.0-SNAPSHOT</zpa.version>
<zpa.version>3.1.0</zpa.version>
</properties>

<dependencies>
Expand Down

0 comments on commit b10a933

Please sign in to comment.