4.2.7.SP1 release

This commit is contained in:
Brett Meyer 2013-10-23 13:19:58 -04:00
parent e203259041
commit 4fae265451
2 changed files with 7 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.8-SNAPSHOT'
version = '4.2.7.SP1'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
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
more about each case.
Changes in version 4.2.7.SP1 (2013.10.23)
------------------------------------------------------------------------------------------------------------------------
** Bug
* [HHH-8617] - Unexpected (changed) behavior of @Temporal(TemporalType.DATE) columns
Changes in version 4.2.7.Final (2013.10.23)
------------------------------------------------------------------------------------------------------------------------