5.0.1 release

This commit is contained in:
Steve Ebersole 2015-09-03 11:49:20 -05:00
parent 112ed956b9
commit 55a62ddc5d
1 changed files with 1 additions and 1 deletions

View File

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