Corrected snapshot version

This commit is contained in:
Luke Taylor 2010-12-20 23:04:49 +00:00
parent 2487a3e27b
commit 313fe78cc1
1 changed files with 1 additions and 1 deletions

View File

@ -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')