You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/06 10:35:21 UTC

svn commit: r702001 - /servicemix/components/engines/servicemix-camel/trunk/pom.xml

Author: gnodet
Date: Mon Oct  6 01:35:21 2008
New Revision: 702001

URL: http://svn.apache.org/viewvc?rev=702001&view=rev
Log:
Use released versions of parent and servicemix-shared

Modified:
    servicemix/components/engines/servicemix-camel/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/pom.xml?rev=702001&r1=702000&r2=702001&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-camel/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-camel/trunk/pom.xml Mon Oct  6 01:35:21 2008
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>components-pom</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1</version>
   </parent>
 
   <groupId>org.apache.servicemix</groupId>
   <artifactId>servicemix-camel</artifactId>
   <packaging>jbi-component</packaging>
-  <version>2008.01-SNAPSHOT</version>
+  <version>2008.01</version>
   
   <name>ServiceMix :: Camel</name>
   <description>Camel Service Engine</description>