Set project release version to 3.1.0.M2

This commit is contained in:
Luke Taylor 2010-12-20 22:46:02 +00:00
parent 7316bcff75
commit 0ca5157f47
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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'