Browse Source

Set project release version to 3.1.0.RC2

pull/1/head 3.1.0.RC2
Luke Taylor 15 years ago
parent
commit
513f08707d
  1. 2
      build.gradle

2
build.gradle

@ -3,7 +3,7 @@ apply plugin: 'base' @@ -3,7 +3,7 @@ apply plugin: 'base'
description = 'Spring Security'
allprojects {
version = '3.1.0.CI-SNAPSHOT'
version = '3.1.0.RC2'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')

Loading…
Cancel
Save