Skip to content

Commit 481c845

Browse files
committed
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).
1 parent a962bd0 commit 481c845

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

org.springframework.orm/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<classpathentry kind="var" path="IVY_CACHE/org.hibernate/com.springsource.org.hibernate.ejb/3.4.0.GA/com.springsource.org.hibernate.ejb-3.4.0.GA.jar"/>
3737
<classpathentry kind="var" path="IVY_CACHE/org.hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA/com.springsource.org.hibernate.annotations-3.4.0.GA.jar"/>
3838
<classpathentry kind="var" path="IVY_CACHE/org.hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.ga/com.springsource.org.hibernate.annotations.common-3.3.0.ga.jar" sourcepath="/IVY_CACHE/org.hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.ga/com.springsource.org.hibernate.annotations-sources-3.3.0.common.ga.jar"/>
39-
<classpathentry kind="var" path="IVY_CACHE/org.hibernate/com.springsource.org.hibernate.core/4.0.0.CR4/com.springsource.org.hibernate.core-4.0.0.CR4.jar"/>
39+
<classpathentry kind="var" path="IVY_CACHE/org.hibernate/com.springsource.org.hibernate.core/4.0.0.CR7/com.springsource.org.hibernate.core-4.0.0.CR7.jar"/>
4040
<classpathentry kind="var" path="IVY_CACHE/org.hsqldb/com.springsource.org.hsqldb/1.8.0.9/com.springsource.org.hsqldb-1.8.0.9.jar" sourcepath="/IVY_CACHE/org.hsqldb/com.springsource.org.hsqldb/1.8.0.9/com.springsource.org.hsqldb-sources-1.8.0.9.jar"/>
4141
<classpathentry kind="var" path="IVY_CACHE/org.jboss.javassist/com.springsource.javassist/3.3.0.ga/com.springsource.javassist-3.3.0.ga.jar" sourcepath="/IVY_CACHE/org.jboss.javassist/com.springsource.javassist/3.3.0.ga/com.springsource.javassist-sources-3.3.0.ga.jar"/>
4242
<classpathentry kind="var" path="IVY_CACHE/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-4.9.0.jar" sourcepath="/IVY_CACHE/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-sources-4.9.0.jar"/>

org.springframework.orm/ivy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency org="org.hibernate" name="com.springsource.org.hibernate" rev="3.3.1.GA" conf="optional, hibernate->compile"/>
4444
<dependency org="org.hibernate" name="com.springsource.org.hibernate.annotations" rev="3.4.0.GA" conf="optional, hibernate-jpa->compile"/>
4545
<dependency org="org.hibernate" name="com.springsource.org.hibernate.ejb" rev="3.4.0.GA" conf="optional, hibernate-jpa->compile"/>
46-
<dependency org="org.hibernate" name="com.springsource.org.hibernate.core" rev="4.0.0.CR4" conf="optional, hibernate->compile"/>
46+
<dependency org="org.hibernate" name="com.springsource.org.hibernate.core" rev="4.0.0.CR7" conf="optional, hibernate->compile"/>
4747
<dependency org="javax.jdo" name="com.springsource.javax.jdo" rev="2.1.0" conf="provided, jdo->compile"/>
4848
<dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="provided, jpa->compile"/>
4949
<dependency org="javax.servlet" name="com.springsource.javax.servlet" rev="2.5.0" conf="provided, web->compile"/>

org.springframework.orm/orm.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@
221221
<orderEntry type="module-library">
222222
<library>
223223
<CLASSES>
224-
<root url="jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.core/4.0.0.CR4/com.springsource.org.hibernate.core-4.0.0.CR4.jar!/" />
224+
<root url="jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.core/4.0.0.CR7/com.springsource.org.hibernate.core-4.0.0.CR7.jar!/" />
225225
</CLASSES>
226226
<JAVADOC />
227227
<SOURCES>
228-
<root url="jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.core/4.0.0.CR4/com.springsource.org.hibernate.core-sources-4.0.0.CR4.jar!/" />
228+
<root url="jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.core/4.0.0.CR7/com.springsource.org.hibernate.core-sources-4.0.0.CR7.jar!/" />
229229
</SOURCES>
230230
</library>
231231
</orderEntry>

org.springframework.orm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.hibernate</groupId>
6868
<artifactId>hibernate-core</artifactId>
69-
<version>3.3.1.GA</version>
69+
<version>3.6.0.Final</version>
7070
<optional>true</optional>
7171
</dependency>
7272
<dependency>

org.springframework.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.hibernate</groupId>
7878
<artifactId>hibernate-core</artifactId>
79-
<version>3.3.1.GA</version>
79+
<version>3.6.0.Final</version>
8080
<optional>true</optional>
8181
<scope>test</scope>
8282
</dependency>

0 commit comments

Comments
 (0)