We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638e92a commit f46a5baCopy full SHA for f46a5ba
build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'base'
3
description = 'Spring Security'
4
5
allprojects {
6
- version = '3.1.1.CI-SNAPSHOT'
+ version = '3.1.1.RELEASE'
7
ext.releaseBuild = version.endsWith('RELEASE')
8
ext.snapshotBuild = version.endsWith('SNAPSHOT')
9
docs/manual/src/docbook/springsecurity.xml
@@ -13,7 +13,7 @@
13
</author>
14
</authorgroup>
15
<productname>Spring Security</productname>
16
- <releaseinfo>3.1.0</releaseinfo>
+ <releaseinfo>3.1.1</releaseinfo>
17
</info>
18
<toc/>
19
<preface xml:id="preface">
0 commit comments