4.2.23.Final

This commit is contained in:
Gail Badner 2016-04-12 22:44:45 -07:00
parent 3aada64294
commit 0f539adea2
2 changed files with 11 additions and 2 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.23-SNAPSHOT'
version = '4.2.23.Final'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");

View File

@ -5,7 +5,16 @@ 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.21 (2015.12.07)
Changes in version 4.2.23 (2015.04.12)
------------------------------------------------------------------------------------------------------------------------
** Bug
[HHH-10563] - Significant String use/duplication associated with subselect fetch
[BZ-1299734] - Derived identity tests failing with DB2
[BZ-1299842] - Skip tests for HHH-10161 on Sybase
[BZ-1326564] - AliasTest and MappingReorderedAliasTest fail on DB2
Changes in version 4.2.22 (2015.12.07)
------------------------------------------------------------------------------------------------------------------------
** Bug