You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2007/09/26 13:59:13 UTC

svn commit: r579620 - /incubator/servicemix/trunk/samples/bridge/bridge-sa-itest/pom.xml

Author: jstrachan
Date: Wed Sep 26 04:59:12 2007
New Revision: 579620

URL: http://svn.apache.org/viewvc?rev=579620&view=rev
Log:
fixed up the pom to correct the parent hierarchy and switch to the current camel version

Modified:
    incubator/servicemix/trunk/samples/bridge/bridge-sa-itest/pom.xml

Modified: incubator/servicemix/trunk/samples/bridge/bridge-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/bridge/bridge-sa-itest/pom.xml?rev=579620&r1=579619&r2=579620&view=diff
==============================================================================
--- incubator/servicemix/trunk/samples/bridge/bridge-sa-itest/pom.xml (original)
+++ incubator/servicemix/trunk/samples/bridge/bridge-sa-itest/pom.xml Wed Sep 26 04:59:12 2007
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.servicemix.samples</groupId>
-    <artifactId>camel</artifactId>
+    <artifactId>bridge</artifactId>
     <version>3.2-SNAPSHOT</version>
   </parent>
 
@@ -68,29 +68,27 @@
 		<dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-core</artifactId>
-			<!-- <version>${activemq-version}</version> -->
+      <!-- TODO switch after 5.0 has been released so we can use the nice spring XML stuff -->
+       <!--<version>${activemq-version}</version>-->
 			<version>5.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 		<dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-			<!-- <version>${camel-version}</version> -->
-			<version>1.1-SNAPSHOT</version>
+			 <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
-			<!-- <version>${camel-version}</version> -->
-			<version>1.1-SNAPSHOT</version>
+			 <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-jms</artifactId>
-			<!-- <version>${camel-version}</version> -->
-			<version>1.1-SNAPSHOT</version>
+			 <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>