1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Set release version to 3.1.0.RC3

This commit is contained in:
Luke Taylor
2011-08-19 14:38:15 -07:00
parent 8ce6c73802
commit 326b82a553
+1 -1
View File
@@ -3,7 +3,7 @@ apply plugin: 'base'
description = 'Spring Security'
allprojects {
version = '3.1.0.CI-SNAPSHOT'
version = '3.1.0.RC3'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')