Przeglądaj źródła

Switch to post release snapshot version.

Luke Taylor 13 lat temu
rodzic
commit
00936c6b49
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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