Skip to content

Commit

Permalink
Corrected snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
tekul committed Dec 20, 2010
1 parent 2487a3e commit 313fe78
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
@@ -1,7 +1,7 @@
apply plugin: 'base'

allprojects {
version = '3.1.0-SNAPSHOT'
version = '3.1.0.CI-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')

Expand Down

0 comments on commit 313fe78

Please sign in to comment.