We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe3325 commit ee59a27Copy full SHA for ee59a27
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.2.0-SNAPSHOT'
+ext.projectVersion = '3.2.4'
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