5.0.0.CR4

This commit is contained in:
Steve Ebersole 2015-08-05 15:35:04 -05:00
parent 5c41ae8937
commit b0e3daddd3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ allprojects {
ext {
expectedGradleVersion = '2.4'
hibernateTargetVersion = '5.0.0.CR4'
hibernateTargetVersion = '5.0.1-SNAPSHOT'
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
}