Move to Hibernate 3.0.3.
This commit is contained in:
parent
37983a0689
commit
c5101a259a
|
@ -204,7 +204,7 @@
|
|||
<attributes>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-3.0.1.jar">
|
||||
<classpathentry kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-3.0.3.jar">
|
||||
<attributes>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<dependency>
|
||||
<groupId>hibernate</groupId>
|
||||
<artifactId>hibernate</artifactId>
|
||||
<version>3.0.1</version>
|
||||
<version>3.0.3</version>
|
||||
<type>jar</type>
|
||||
<url>http://www.hibernate.org</url>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue