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:36:02 UTC

svn commit: r702002 - /servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml

Author: gnodet
Date: Mon Oct  6 01:36:01 2008
New Revision: 702002

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

Modified:
    servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml?rev=702002&r1=702001&r2=702002&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml Mon Oct  6 01:36:01 2008
@@ -21,12 +21,12 @@
   <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-cxf-se</artifactId>
-  <version>2008.01-SNAPSHOT</version>
+  <version>2008.01</version>
   <packaging>jbi-component</packaging>
   
   <name>ServiceMix :: CXF Service Engine</name>