Skip to content

Commit 513f087

Browse files
committed
Set project release version to 3.1.0.RC2
1 parent d217546 commit 513f087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'base'
33
description = 'Spring Security'
44

55
allprojects {
6-
version = '3.1.0.CI-SNAPSHOT'
6+
version = '3.1.0.RC2'
77
releaseBuild = version.endsWith('RELEASE')
88
snapshotBuild = version.endsWith('SNAPSHOT')
99

0 commit comments

Comments
 (0)