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/27 20:31:10 UTC

svn commit: r708290 - /servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml

Author: gnodet
Date: Mon Oct 27 12:31:10 2008
New Revision: 708290

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

Modified:
    servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml

Modified: servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml?rev=708290&r1=708289&r2=708290&view=diff
==============================================================================
--- servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml (original)
+++ servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml Mon Oct 27 12:31:10 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-pom</artifactId>
-    <version>1.0</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.servicemix.tooling</groupId>