Switch to post release snapshot version.

This commit is contained in:
Luke Taylor 2011-12-05 23:44:55 +00:00
parent 9b423a7726
commit 00936c6b49
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.RELEASE'
version = '3.1.1.CI-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')