Set project release version to 3.1.0.M2
This commit is contained in:
parent
7316bcff75
commit
0ca5157f47
|
@ -1,7 +1,7 @@
|
|||
apply plugin: 'base'
|
||||
|
||||
allprojects {
|
||||
version = '3.1.0.CI-SNAPSHOT'
|
||||
version = '3.1.0.M2'
|
||||
releaseBuild = version.endsWith('RELEASE')
|
||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ apply plugin: 'eclipse'
|
|||
springVersion = '3.0.5.RELEASE'
|
||||
springLdapVersion = '1.3.0.RELEASE'
|
||||
ehcacheVersion = '1.6.2'
|
||||
aspectjVersion = '1.6.9'
|
||||
aspectjVersion = '1.6.10'
|
||||
apacheDsVersion = '1.5.5'
|
||||
jstlVersion = '1.2'
|
||||
jettyVersion = '6.1.22'
|
||||
|
|
Loading…
Reference in New Issue