1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Corrected snapshot version

This commit is contained in:
Luke Taylor
2010-12-20 23:04:49 +00:00
parent 2487a3e27b
commit 313fe78cc1
+1 -1
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')