Skip to content

Commit

Permalink
Merge pull request #817 from FabienVSymphony/upgrade-3.1.1
Browse files Browse the repository at this point in the history
Release 3.1.1
  • Loading branch information
sbenmoussati authored Feb 4, 2025
2 parents 34c68de + cf73151 commit c96aa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id "org.owasp.dependencycheck" version "9.0.9"
}

ext.projectVersion = '3.0.0-SNAPSHOT'
ext.projectVersion = '3.1.1'
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')

ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
Expand Down

0 comments on commit c96aa3e

Please sign in to comment.