Skip to content

Commit

Permalink
Issue #2307 : Fix version at 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdennis committed Feb 22, 2018
1 parent 38101b2 commit 61be027
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 @@ -57,7 +57,7 @@ closeAndReleaseRepository.enabled = false

ext {

baseVersion = findProperty('overrideVersion') ?: '3.5.0-SNAPSHOT'
baseVersion = findProperty('overrideVersion') ?: '3.5.0'

utils = new Utils(baseVersion, logger)
isReleaseVersion = !baseVersion.endsWith('SNAPSHOT')
Expand Down

0 comments on commit 61be027

Please sign in to comment.