From accfd266fa95fb38f95c6a523a7e212532a3d303 Mon Sep 17 00:00:00 2001 From: Brett Meyer Date: Thu, 25 Apr 2013 10:07:32 -0400 Subject: [PATCH] 4.1.12.Final release --- build.gradle | 2 +- changelog.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d12bf7b6e..c8586cb275 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ subprojects { subProject -> defaultTasks 'build' group = 'org.hibernate' - version = '4.1.12-SNAPSHOT' + version = '4.1.12.Final' // minimize changes, at least for now (gradle uses 'build' by default).. buildDir = "target" diff --git a/changelog.txt b/changelog.txt index 97b7e38e13..73ca3d94bc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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.1.12 (2013.04.24) +------------------------------------------------------------------------------------------------------------------------ + +Task + [HHH-8149] - Revert HHH-7797 in 4.1.x + Changes in version 4.1.11 (2013.03.18) ------------------------------------------------------------------------------------------------------------------------