This commit is contained in:
Steve Ebersole 2015-12-02 22:59:26 -06:00
parent 47b0f6be12
commit a5089e813b
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.6-SNAPSHOT'
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
}