This commit is contained in:
Gail Badner 2018-11-28 17:48:45 -08:00
parent c34bfb3058
commit a79909d620
1 changed files with 1 additions and 1 deletions

View File

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