File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ subprojects { subProject ->
51
51
defaultTasks ' build'
52
52
53
53
group = ' org.hibernate'
54
- version = ' 4.1.12-SNAPSHOT '
54
+ version = ' 4.1.12.Final '
55
55
56
56
// minimize changes, at least for now (gradle uses 'build' by default)..
57
57
buildDir = " target"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
5
5
refer to the particular case on JIRA using the issue tracking number to learn
6
6
more about each case.
7
7
8
+ Changes in version 4.1.12 (2013.04.24)
9
+ ------------------------------------------------------------------------------------------------------------------------
10
+
11
+ Task
12
+ [HHH-8149] - Revert HHH-7797 in 4.1.x
13
+
8
14
Changes in version 4.1.11 (2013.03.18)
9
15
------------------------------------------------------------------------------------------------------------------------
10
16
You can’t perform that action at this time.
0 commit comments