diff --git a/build.gradle b/build.gradle index ea53f4195..1f8d41084 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "org.owasp.dependencycheck" version "12.1.3" } -ext.projectVersion = '3.3.0-SNAPSHOT' +ext.projectVersion = '3.3.3' ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT') ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'