SEC-1995: Move version to gradle.properties so Bamboo can update on releases

This commit is contained in:
Rob Winch 2012-07-26 17:18:53 -05:00
parent 67d6ebdc51
commit a0572418e6
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,5 +18,4 @@ build/
*.ipr
*.iws
.gradle/
gradle.properties
atlassian-ide-plugin.xml

View File

@ -3,7 +3,6 @@ apply plugin: 'base'
description = 'Spring Security'
allprojects {
version = '3.1.2.CI-SNAPSHOT'
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')

1
gradle.properties Normal file
View File

@ -0,0 +1 @@
version=3.1.2.CI-SNAPSHOT