Reset version to 3.1.0.CI-SNAPSHOT.

This commit is contained in:
Luke Taylor 2011-08-19 14:49:26 -07:00
parent 9e619611ae
commit 7bde24af6c
1 changed files with 1 additions and 1 deletions

View File

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