We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f1575 commit fca614aCopy full SHA for fca614a
1 file changed
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id "org.owasp.dependencycheck" version "12.1.3"
4
}
5
6
-ext.projectVersion = '3.3.0-SNAPSHOT'
+ext.projectVersion = '3.3.2'
7
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')
8
9
ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
0 commit comments