From 481c8455fdcde604667f3b1b4ffee30d91551d7a Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 9 Dec 2011 13:08:54 +0000 Subject: [PATCH] Upgrade to Hibernate Core 4.0.0.CR7 From earlier dependence on 4.0.0.CR4. Spring 3.1.x will upgrade to Hibernate 4.0.0.Final as soon as possible after its release. Pom files have also been updated to 'recommend' use of Hibernate 3.6.0.Final or better (earlier value was 3.3.1.GA). --- org.springframework.orm/.classpath | 2 +- org.springframework.orm/ivy.xml | 2 +- org.springframework.orm/orm.iml | 4 ++-- org.springframework.orm/pom.xml | 2 +- org.springframework.test/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/org.springframework.orm/.classpath b/org.springframework.orm/.classpath index 83c1bf8e2f1..ab8290b578a 100644 --- a/org.springframework.orm/.classpath +++ b/org.springframework.orm/.classpath @@ -36,7 +36,7 @@ - + diff --git a/org.springframework.orm/ivy.xml b/org.springframework.orm/ivy.xml index 22aa262d66d..2b12a1f0c9e 100644 --- a/org.springframework.orm/ivy.xml +++ b/org.springframework.orm/ivy.xml @@ -43,7 +43,7 @@ - + diff --git a/org.springframework.orm/orm.iml b/org.springframework.orm/orm.iml index 772f6cbaa92..27ab4802688 100644 --- a/org.springframework.orm/orm.iml +++ b/org.springframework.orm/orm.iml @@ -221,11 +221,11 @@ - + - + diff --git a/org.springframework.orm/pom.xml b/org.springframework.orm/pom.xml index 542321ea173..55b89c93189 100644 --- a/org.springframework.orm/pom.xml +++ b/org.springframework.orm/pom.xml @@ -66,7 +66,7 @@ org.hibernate hibernate-core - 3.3.1.GA + 3.6.0.Final true diff --git a/org.springframework.test/pom.xml b/org.springframework.test/pom.xml index 79787997adf..526c07ab442 100644 --- a/org.springframework.test/pom.xml +++ b/org.springframework.test/pom.xml @@ -76,7 +76,7 @@ org.hibernate hibernate-core - 3.3.1.GA + 3.6.0.Final true test