Set project release version to 3.1.0.RC2

This commit is contained in:
Luke Taylor 2011-04-28 19:32:35 +01:00
parent d2175468ee
commit 513f08707d
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.CI-SNAPSHOT'
version = '3.1.0.RC2'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')