Skip to content

Commit

Permalink
[release] Prepare 2.6.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibauult committed Jan 14, 2022
1 parent e4c7ccc commit 96db135
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.6.0-SNAPSHOT'
ext.projectVersion = '2.6.0.RC1'
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 96db135

Please sign in to comment.