Skip to content

Commit f46a5ba

Browse files
committed
Set to 3.1.1 Release
1 parent 638e92a commit f46a5ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'base'
33
description = 'Spring Security'
44

55
allprojects {
6-
version = '3.1.1.CI-SNAPSHOT'
6+
version = '3.1.1.RELEASE'
77
ext.releaseBuild = version.endsWith('RELEASE')
88
ext.snapshotBuild = version.endsWith('SNAPSHOT')
99

docs/manual/src/docbook/springsecurity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</author>
1414
</authorgroup>
1515
<productname>Spring Security</productname>
16-
<releaseinfo>3.1.0</releaseinfo>
16+
<releaseinfo>3.1.1</releaseinfo>
1717
</info>
1818
<toc/>
1919
<preface xml:id="preface">

0 commit comments

Comments
 (0)