You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/10/28 07:12:42 UTC

svn commit: r708454 - /servicemix/smx4/bundles/trunk/pom.xml

Author: gertv
Date: Mon Oct 27 23:12:41 2008
New Revision: 708454

URL: http://svn.apache.org/viewvc?rev=708454&view=rev
Log:
Use 2-SNAPSHOT version of the root pom

Modified:
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=708454&r1=708453&r2=708454&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Oct 27 23:12:41 2008
@@ -29,9 +29,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	    <groupId>org.apache.servicemix</groupId>
-	    <artifactId>servicemix-pom</artifactId>
-	    <version>1.0</version>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-pom</artifactId>
+      <version>2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>