You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/03/26 08:49:51 UTC

svn commit: r927717 - /james/server/trunk/pom.xml

Author: norman
Date: Fri Mar 26 07:49:51 2010
New Revision: 927717

URL: http://svn.apache.org/viewvc?rev=927717&view=rev
Log:
We don't use the ConsumerTemplate of camel anymore, which was the cause of depend on 2.3-SNAPSHOT. So just move back to 2.2.0 

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=927717&r1=927716&r2=927717&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Mar 26 07:49:51 2010
@@ -1013,12 +1013,12 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2.0</version>
       <scope>runtime</scope>
       <exclusions>
         <exclusion>
@@ -1031,7 +1031,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-jms</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2.0</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org