Set release version to 3.1.0.RC3
This commit is contained in:
parent
8ce6c73802
commit
9e619611ae
|
@ -3,7 +3,7 @@ apply plugin: 'base'
|
|||
description = 'Spring Security'
|
||||
|
||||
allprojects {
|
||||
version = '3.1.0.CI-SNAPSHOT'
|
||||
version = '3.1.0.RC3'
|
||||
releaseBuild = version.endsWith('RELEASE')
|
||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
|
||||
|
|
Loading…
Reference in New Issue