We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d217546 commit 513f087Copy full SHA for 513f087
build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'base'
3
description = 'Spring Security'
4
5
allprojects {
6
- version = '3.1.0.CI-SNAPSHOT'
+ version = '3.1.0.RC2'
7
releaseBuild = version.endsWith('RELEASE')
8
snapshotBuild = version.endsWith('SNAPSHOT')
9
0 commit comments