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/08/09 13:29:59 UTC

svn commit: r564172 - /incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml

Author: jstrachan
Date: Thu Aug  9 04:29:58 2007
New Revision: 564172

URL: http://svn.apache.org/viewvc?view=rev&rev=564172
Log:
tidied up the camel-service-unit archetype

Modified:
    incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml

Modified: incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=564172&r1=564171&r2=564172
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/src/main/resources/archetype-resources/pom.xml Thu Aug  9 04:29:58 2007
@@ -32,14 +32,14 @@
   <url>http://www.myorganization.org</url>
 
   <properties>
-    <camel-version>1.0-SNAPSHOT</camel-version>
+  	<camel-version>1.1-SNAPSHOT</camel-version>
     <servicemix-version>3.2-incubating-SNAPSHOT</servicemix-version>
   </properties>
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-jbi</artifactId>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
       <version>${camel-version}</version>
     </dependency>