We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c68de commit cf73151Copy full SHA for cf73151
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id "org.owasp.dependencycheck" version "9.0.9"
4
}
5
6
-ext.projectVersion = '3.0.0-SNAPSHOT'
+ext.projectVersion = '3.1.1'
7
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')
8
9
ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
0 commit comments