1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Reset post-release build version to snapshot.

This commit is contained in:
Luke Taylor
2011-02-10 20:18:40 +00:00
parent b62d36d646
commit 9f8a47f73e
+1 -1
View File
@@ -1,7 +1,7 @@
apply plugin: 'base'
allprojects {
version = '3.1.0.RC1'
version = '3.1.0.CI-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')