1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Updated to next snapshot version

This commit is contained in:
Rob Winch
2012-07-06 11:28:21 -05:00
parent f46a5bab40
commit 3e4da4f60f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ apply plugin: 'base'
description = 'Spring Security'
allprojects {
version = '3.1.1.RELEASE'
version = '3.1.2.CI-SNAPSHOT'
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')