Skip to content

Commit

Permalink
Prepare 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thibauult authored Mar 9, 2021
1 parent 7a83573 commit cbb475c
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.1.1'
ext.projectVersion = '2.1.2'
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 cbb475c

Please sign in to comment.