Skip to content

Commit

Permalink
[release] Prepare 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thibauult authored Jan 14, 2022
1 parent d416dd1 commit 9bba51d
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 @@ -2,7 +2,7 @@ plugins {
id "io.codearte.nexus-staging" version "0.22.0"
}

ext.projectVersion = '2.5.0.RC1'
ext.projectVersion = '2.5.0'
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 9bba51d

Please sign in to comment.