Reset to snapshot version.

This commit is contained in:
Luke Taylor 2011-06-17 11:49:18 +01:00
parent 926be1ca78
commit b0a60a7ff2
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.RC2.crypto'
version = '3.1.0.CI-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')