Upgrade Hibernate from 4.0.0.CR7=>4.1.0.Final

spring-orm now successfully builds against Hibernate 4.1.0.Final

Issue: SPR-9082
This commit is contained in:
Chris Beams
2012-02-09 11:45:05 +01:00
parent 0db257cbe3
commit ff44c9132c
3 changed files with 4 additions and 4 deletions

View File

@@ -221,11 +221,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<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!/" />
<root url="jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.core/4.1.0.Final/com.springsource.org.hibernate.core-4.1.0.Final.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<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!/" />
<root url="jar://$IVY_CACHE$/org.hibernate/com.springsource.org.hibernate.core/4.1.0.Final/com.springsource.org.hibernate.core-sources-4.1.0.Final.jar!/" />
</SOURCES>
</library>
</orderEntry>