Guillaume,

No good reason for it -- just committed an update for the pom.xml to use Camel 1.4.0 instead of 1.5-SNAPSHOT

Gert

Guillaume Nodet wrote:
Is there any reason why we can't use the 1.4.0 version of camel ?

On Thu, Jul 24, 2008 at 4:40 PM,  <[EMAIL PROTECTED]> wrote:
Author: gertv
Date: Thu Jul 24 07:40:22 2008
New Revision: 679427

URL: http://svn.apache.org/viewvc?rev=679427&view=rev
Log:
Upgrading to Camel 1.5-SNAPSHOT and fixing MINA version problem

Modified:
   servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=679427&r1=679426&r2=679427&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Thu Jul 24 07:40:22 2008
@@ -70,7 +70,7 @@
      <asm.version>2.2.3_1</asm.version>
      <bnd.version>0.0.227</bnd.version>
      <cglib.version>2.1_3_1</cglib.version>
-      <camel.version>1.4-SNAPSHOT</camel.version>
+      <camel.version>1.5-SNAPSHOT</camel.version>
      <commons-io.version>1.3.2_1-SNAPSHOT</commons-io.version>
      <commons-jxpath.version>1.2_1-SNAPSHOT</commons-jxpath.version>
      <commons.logging.version>1.1</commons.logging.version>
@@ -114,6 +114,7 @@
      <junit.version>4.4</junit.version>
      <log4j.version>1.2.14</log4j.version>
      <mina.version>1.1.6_1</mina.version>
+      <mina.original.version>1.1.6</mina.original.version>
      <neethi.version>2.0.4_1-SNAPSHOT</neethi.version>
      <openejb.version>3.0-beta-2</openejb.version>
      <openjpa.version>1.0.1</openjpa.version>
@@ -293,12 +294,12 @@
      <dependency>
          <groupId>org.apache.mina</groupId>
          <artifactId>mina-core</artifactId>
-          <version>${mina.version}</version>
+          <version>${mina.original.version}</version>
      </dependency>
      <dependency>
          <groupId>org.apache.mina</groupId>
          <artifactId>mina-filter-ssl</artifactId>
-          <version>${mina.version}</version>
+          <version>${mina.original.version}</version>
      </dependency>
      <dependency>
          <groupId>junit</groupId>







Reply via email to