4.3.3.Final release

This commit is contained in:
Brett Meyer 2014-02-28 14:35:41 -05:00
parent f51fead739
commit fa3bcd1bda
2 changed files with 7 additions and 1 deletions

View File

@ -41,7 +41,7 @@ buildscript {
ext {
expectedGradleVersion = '1.9'
hibernateTargetVersion = '4.3.3-SNAPSHOT'
hibernateTargetVersion = '4.3.3.Final'
javaLanguageLevel = '1.6'
osgiExportVersion = hibernateTargetVersion.replaceAll( "-SNAPSHOT", ".SNAPSHOT" )

View File

@ -5,6 +5,12 @@ 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.3.Final (2014.02.28)
------------------------------------------------------------------------------------------------------------------------
** Task
* [HHH-9010] - Revert HHH-8961
Changes in version 4.3.2.Final (2014.02.27)
------------------------------------------------------------------------------------------------------------------------