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:40 UTC

svn commit: r708294 - /servicemix/maven-plugins/features-maven-plugin/trunk/pom.xml

Author: gnodet
Date: Mon Oct 27 12:31:40 2008
New Revision: 708294

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

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

Modified: servicemix/maven-plugins/features-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/features-maven-plugin/trunk/pom.xml?rev=708294&r1=708293&r2=708294&view=diff
==============================================================================
--- servicemix/maven-plugins/features-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/features-maven-plugin/trunk/pom.xml Mon Oct 27 12:31:40 2008
@@ -19,7 +19,7 @@
     <parent>
       <groupId>org.apache.servicemix.tooling</groupId>
       <artifactId>maven-plugins-pom</artifactId>
-      <version>1</version>
+      <version>2-SNAPSHOT</version>
     </parent>