Move to Hibernate 3.0.3.

This commit is contained in:
Ben Alex 2005-05-12 06:07:17 +00:00
parent 37983a0689
commit c5101a259a
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>