Set version to 3.1.0.M1.
This commit is contained in:
parent
b39b63bf3d
commit
23c4d1ec28
|
@ -1,7 +1,7 @@
|
|||
apply plugin: 'base'
|
||||
|
||||
allprojects {
|
||||
version = '3.1.0.CI-SNAPSHOT'
|
||||
version = '3.1.0.M1'
|
||||
releaseBuild = version.endsWith('RELEASE')
|
||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
<productname>Spring Security</productname>
|
||||
<releaseinfo>3.1.0-DRAFT</releaseinfo>
|
||||
<releaseinfo>3.1.0.M1</releaseinfo>
|
||||
</info>
|
||||
<toc/>
|
||||
<preface xml:id="preface">
|
||||
|
|
Loading…
Reference in New Issue