Reset to post-release snapshot version

This commit is contained in:
Luke Taylor 2011-04-28 19:41:47 +01:00
parent 513f08707d
commit 71c879bb16

View File

@ -3,7 +3,7 @@ apply plugin: 'base'
description = 'Spring Security' description = 'Spring Security'
allprojects { allprojects {
version = '3.1.0.RC2' version = '3.1.0.CI-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE') releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT') snapshotBuild = version.endsWith('SNAPSHOT')