File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
32
32
}
33
33
34
34
group = " com.felipebz.zpa"
35
- version = " 3.6.0 "
35
+ version = " 3.7.0-SNAPSHOT "
36
36
}
37
37
38
38
subprojects {
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ val minSonarQubeApiVersion = "9.14.0.375"
25
25
26
26
dependencies {
27
27
compileOnly(" org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion " )
28
- compileOnly(" com.felipebz.zpa:sonar-zpa-plugin:3.6.0 " )
28
+ compileOnly(" com.felipebz.zpa:sonar-zpa-plugin:3.7.0-SNAPSHOT " )
29
29
testImplementation(" org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion " )
30
- testImplementation(" com.felipebz.zpa:zpa-checks-testkit:3.6.0 " )
30
+ testImplementation(" com.felipebz.zpa:zpa-checks-testkit:3.7.0-SNAPSHOT " )
31
31
testImplementation(" org.junit.jupiter:junit-jupiter:5.11.1" )
32
32
}
33
33
Original file line number Diff line number Diff line change 10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
- <zpa .version>3.6.0 </zpa .version>
13
+ <zpa .version>3.7.0-SNAPSHOT </zpa .version>
14
14
<sonarqube .min.version>9.9.0.65466</sonarqube .min.version>
15
15
</properties >
16
16
You can’t perform that action at this time.
0 commit comments