5.0.0.CR3

This commit is contained in:
Steve Ebersole 2015-07-29 10:34:57 -05:00
parent 5b09dcb446
commit ae8078499b
1 changed files with 1 additions and 1 deletions

View File

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