We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1480604 commit a6a96ccCopy full SHA for a6a96cc
build.gradle
@@ -45,7 +45,7 @@ allprojects {
45
46
ext {
47
expectedGradleVersion = '2.7'
48
- hibernateTargetVersion = '5.0.4-SNAPSHOT'
+ hibernateTargetVersion = '5.0.4.Final'
49
50
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
51
}
0 commit comments