Ver Fonte

Move to Hibernate 3.0.3.

Ben Alex há 20 anos atrás
pai
commit
c5101a259a
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      .classpath
  2. 1 1
      domain/project.xml

+ 1 - 1
.classpath

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

+ 1 - 1
domain/project.xml

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