Skip to content

Commit

Permalink
4.3.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Dec 16, 2013
1 parent e8d6879 commit a32dae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildscript {

ext {
expectedGradleVersion = '1.9'
hibernateTargetVersion = '4.3.0.CR2'
hibernateTargetVersion = '4.3.0.Final'
javaLanguageLevel = '1.6'

osgiExportVersion = hibernateTargetVersion.replaceAll( "-SNAPSHOT", ".SNAPSHOT" )
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
refer to the particular case on JIRA using the issue tracking number to learn
more about each case.

Changes in version 4.3.0.Final (2013.12.16)
------------------------------------------------------------------------------------------------------------------------
- 4.3.0.Final was a re-tagging of 4.3.0.CR2


Changes in version 4.3.0.CR2 (2013.12.05)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/browse/HHH/fixforversion/15150
Expand Down

0 comments on commit a32dae8

Please sign in to comment.