You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2008/05/17 10:03:04 UTC

svn commit: r657312 - /activemq/camel/trunk/pom.xml

Author: davsclaus
Date: Sat May 17 01:03:03 2008
New Revision: 657312

URL: http://svn.apache.org/viewvc?rev=657312&view=rev
Log:
upgraded Hibernate

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=657312&r1=657311&r2=657312&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Sat May 17 01:03:03 2008
@@ -50,17 +50,18 @@
     <uface-version>1.0-m1</uface-version>
     <jaxb-version>2.1.3</jaxb-version>
     <log4j-version>1.2.14</log4j-version>
-    <commons-io-version>1.3.1</commons-io-version>
+    <commons-io-version>1.3.2</commons-io-version>
     <commons-logging-version>1.1.1</commons-logging-version>
     <commons-logging-api-version>1.1</commons-logging-api-version>
     <commons-collections-version>3.2.1</commons-collections-version>
     <commons-pool-version>1.4</commons-pool-version>
     <commons-dbcp-version>1.2.2</commons-dbcp-version>
     <easymock-version>2.3</easymock-version>
-    <hibernate-version>3.2.1.ga</hibernate-version>
+    <hibernate-version>3.2.6.ga</hibernate-version>
+    <hibernate-entitymanager-version>3.2.1.ga</hibernate-entitymanager-version>
     <hsqldb-version>1.8.0.7</hsqldb-version>
     <groovy-version>1.5.6</groovy-version>
-    <derby-version>10.3.2.1</derby-version>
+    <derby-version>10.4.1.3</derby-version>
 
     <!-- Repositories -->
     <m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
@@ -779,7 +780,7 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-entitymanager</artifactId>
-        <version>${hibernate-version}</version>
+        <version>${hibernate-entitymanager-version}</version>
       </dependency>
       <dependency>
         <groupId>org.hibernate</groupId>