4.2.10.Final release
This commit is contained in:
parent
1fe54cf7e6
commit
6e272b79e7
|
@ -51,7 +51,7 @@ subprojects { subProject ->
|
|||
defaultTasks 'build'
|
||||
|
||||
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"
|
||||
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");
|
||||
|
|
|
@ -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.2.10 (2014.02.28)
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
** Task
|
||||
* [HHH-9010] - Revert HHH-8961
|
||||
|
||||
Changes in version 4.2.9 (2014.02.26)
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue