Skip to content

Commit

Permalink
Update version to 2.15.0-SNAPSHOT (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinan-symphony authored May 11, 2023
1 parent a7f1435 commit dc593e2
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 "8.2.1"
}

ext.projectVersion = '2.14.0-SNAPSHOT'
ext.projectVersion = '2.15.0-SNAPSHOT'
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')

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

0 comments on commit dc593e2

Please sign in to comment.