Browse Source

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

Rob Winch 13 years ago
parent
commit
a0572418e6
3 changed files with 1 additions and 2 deletions
  1. 0 1
      .gitignore
  2. 0 1
      build.gradle
  3. 1 0
      gradle.properties

+ 0 - 1
.gitignore

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

+ 0 - 1
build.gradle

@@ -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 - 0
gradle.properties

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