Sfoglia il codice sorgente

Reset version to 3.1.0.CI-SNAPSHOT.

Luke Taylor 14 anni fa
parent
commit
7bde24af6c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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