Update version to 5.0.9-SNAPSHOT

This commit is contained in:
Gail Badner 2016-02-17 14:43:30 -08:00
parent 39ce4eee79
commit b38741d55d
1 changed files with 1 additions and 1 deletions

View File

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