浏览代码

Updated to next snapshot version

Rob Winch 13 年之前
父节点
当前提交
3e4da4f60f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      build.gradle
  2. 1 1
      docs/manual/src/docbook/springsecurity.xml

+ 1 - 1
build.gradle

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

+ 1 - 1
docs/manual/src/docbook/springsecurity.xml

@@ -13,7 +13,7 @@
             </author>
         </authorgroup>
         <productname>Spring Security</productname>
-        <releaseinfo>3.1.1</releaseinfo>
+        <releaseinfo>3.1.2.CI-SNAPSHOT</releaseinfo>
     </info>
     <toc/>
     <preface xml:id="preface">