[PATCH] Upgrade hibernate

Wald Commits scm-commit at wald.intevation.org
Thu Nov 27 19:14:33 CET 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1417112045 -3600
# Node ID 3cfa0af6fa2a2c926cb51cb6aa5fc22ec0af3a80
# Parent  efda43a6dfd27f9dfd856e8aca3a6c06bbd01f72
Upgrade hibernate.

diff -r efda43a6dfd2 -r 3cfa0af6fa2a backend/pom.xml
--- a/backend/pom.xml	Thu Nov 27 19:10:45 2014 +0100
+++ b/backend/pom.xml	Thu Nov 27 19:14:05 2014 +0100
@@ -17,18 +17,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>hibernate3-maven-plugin</artifactId>
-        <version>2.2</version>
-        <!--
-        <configuration>
-            <componentProperties>
-                <propertyfile>src/main/config/hbm.properties</propertyfile>
-            </componentProperties>
-        </configuration>
-        -->
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.0.2</version>
@@ -85,12 +73,12 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-core</artifactId>
-      <version>3.6.5.Final</version>
+      <version>3.6.10.Final</version>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
-      <version>3.6.5.Final</version>
+      <version>3.6.10.Final</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>


More information about the Dive4Elements-commits mailing list