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>
 


Reply via email to