Explorar el Código

Set project release version to 3.1.0.RC2

Luke Taylor hace 14 años
padre
commit
513f08707d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -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')