Reset to snapshot version

This commit is contained in:
Luke Taylor 2010-12-20 23:02:58 +00:00
parent 0ca5157f47
commit 2487a3e27b

View File

@ -1,7 +1,7 @@
apply plugin: 'base'
allprojects {
version = '3.1.0.M2'
version = '3.1.0-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')