mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-09-08 20:51:41 +00:00
SEC-1995: Move version to gradle.properties so Bamboo can update on releases
This commit is contained in:
parent
67d6ebdc51
commit
a0572418e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,5 +18,4 @@ build/
|
|||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
.gradle/
|
.gradle/
|
||||||
gradle.properties
|
|
||||||
atlassian-ide-plugin.xml
|
atlassian-ide-plugin.xml
|
||||||
|
@ -3,7 +3,6 @@ apply plugin: 'base'
|
|||||||
description = 'Spring Security'
|
description = 'Spring Security'
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
version = '3.1.2.CI-SNAPSHOT'
|
|
||||||
ext.releaseBuild = version.endsWith('RELEASE')
|
ext.releaseBuild = version.endsWith('RELEASE')
|
||||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||||
|
|
||||||
|
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
version=3.1.2.CI-SNAPSHOT
|
Loading…
x
Reference in New Issue
Block a user