1
0
mirror of synced 2026-08-03 08:51:58 +00:00

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 -1
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')