File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
<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" />
37
37
<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" />
38
38
<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" />
40
40
<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" />
41
41
<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" />
42
42
<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" />
Original file line number Diff line number Diff line change 43
43
<dependency org =" org.hibernate" name =" com.springsource.org.hibernate" rev =" 3.3.1.GA" conf =" optional, hibernate->compile" />
44
44
<dependency org =" org.hibernate" name =" com.springsource.org.hibernate.annotations" rev =" 3.4.0.GA" conf =" optional, hibernate-jpa->compile" />
45
45
<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" />
47
47
<dependency org =" javax.jdo" name =" com.springsource.javax.jdo" rev =" 2.1.0" conf =" provided, jdo->compile" />
48
48
<dependency org =" javax.persistence" name =" com.springsource.javax.persistence" rev =" 1.0.0" conf =" provided, jpa->compile" />
49
49
<dependency org =" javax.servlet" name =" com.springsource.javax.servlet" rev =" 2.5.0" conf =" provided, web->compile" />
Original file line number Diff line number Diff line change 221
221
<orderEntry type =" module-library" >
222
222
<library >
223
223
<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!/" />
225
225
</CLASSES >
226
226
<JAVADOC />
227
227
<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!/" />
229
229
</SOURCES >
230
230
</library >
231
231
</orderEntry >
Original file line number Diff line number Diff line change 66
66
<dependency >
67
67
<groupId >org.hibernate</groupId >
68
68
<artifactId >hibernate-core</artifactId >
69
- <version >3.3.1.GA </version >
69
+ <version >3.6.0.Final </version >
70
70
<optional >true</optional >
71
71
</dependency >
72
72
<dependency >
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >org.hibernate</groupId >
78
78
<artifactId >hibernate-core</artifactId >
79
- <version >3.3.1.GA </version >
79
+ <version >3.6.0.Final </version >
80
80
<optional >true</optional >
81
81
<scope >test</scope >
82
82
</dependency >
You can’t perform that action at this time.
0 commit comments