We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9858d29 commit 47b0f6bCopy full SHA for 47b0f6b
build.gradle
@@ -45,7 +45,7 @@ allprojects {
45
46
ext {
47
expectedGradleVersion = '2.7'
48
- hibernateTargetVersion = '5.0.5-SNAPSHOT'
+ hibernateTargetVersion = '5.0.5.Final'
49
50
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
51
}
changelog.txt
@@ -3,7 +3,7 @@ Hibernate 5.0 Changelog
3
4
Note: Please refer to JIRA to learn more about each issue.
5
6
-Changes in 5.0.5,Finale (December 2, 2015)
+Changes in 5.0.5.Final (December 2, 2015)
7
------------------------------------------------------------------------------------------------------------------------
8
https://hibernate.atlassian.net/projects/HHH/versions/21850
9
0 commit comments