Changed back build version to 5.0.5.SNAPSHOT, release postponed

This commit is contained in:
Andrea Boriero 2015-12-02 19:04:15 +00:00
parent 41dafa87c0
commit 05f86e43f6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ allprojects {
ext {
expectedGradleVersion = '2.7'
hibernateTargetVersion = '5.0.5.Final'
hibernateTargetVersion = '5.0.5-SNAPSHOT'
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
}