We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4576784 commit 5434b20Copy full SHA for 5434b20
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id "org.owasp.dependencycheck" version "9.0.9"
4
}
5
6
-ext.projectVersion = '3.1.2-SNAPSHOT'
+ext.projectVersion = '3.1.2'
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