4.2.10.Final release

This commit is contained in:
Brett Meyer 2014-02-28 14:07:17 -05:00
parent 1fe54cf7e6
commit 6e272b79e7
2 changed files with 7 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build' defaultTasks 'build'
group = 'org.hibernate' group = 'org.hibernate'
version = '4.2.10-SNAPSHOT' version = '4.2.10.Final'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final" // The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
exportPackageVersion = version.replaceAll("-SNAPSHOT", ""); exportPackageVersion = version.replaceAll("-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 refer to the particular case on JIRA using the issue tracking number to learn
more about each case. more about each case.
Changes in version 4.2.10 (2014.02.28)
------------------------------------------------------------------------------------------------------------------------
** Task
* [HHH-9010] - Revert HHH-8961
Changes in version 4.2.9 (2014.02.26) Changes in version 4.2.9 (2014.02.26)
------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------