4.2.26.Final

This commit is contained in:
Gail Badner 2017-03-21 23:36:53 -07:00
parent 79e4de928d
commit cfaf313d2f
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.26-SNAPSHOT'
version = '4.2.26.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,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.26 (2017.03.21)
------------------------------------------------------------------------------------------------------------------------
** Bug
[HHH-11516] : Level two cache may not be enabled when using @Cacheable without/instead of @Cache
Changes in version 4.2.25 (2016.10.21)
------------------------------------------------------------------------------------------------------------------------