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

svn commit: r708295 - /servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml

Author: gnodet
Date: Mon Oct 27 12:31:45 2008
New Revision: 708295

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

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

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