This commit is contained in:
Gail Badner 2018-01-10 15:22:15 -08:00
parent 9261b12b91
commit a1f3ce6959
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ allprojects {
ext {
expectedGradleVersion = '2.10'
hibernateTargetVersion = '5.1.11.Final'
hibernateTargetVersion = '5.1.12-SNAPSHOT'
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
}