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/09/04 10:03:00 UTC

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

Author: gnodet
Date: Thu Sep  4 01:03:00 2008
New Revision: 691908

URL: http://svn.apache.org/viewvc?rev=691908&view=rev
Log:
Switch the maven plugins parent pom to 1-SNAPSHOT

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

Modified: servicemix/maven-plugins/servicemix-build/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/servicemix-build/trunk/pom.xml?rev=691908&r1=691907&r2=691908&view=diff
==============================================================================
--- servicemix/maven-plugins/servicemix-build/trunk/pom.xml (original)
+++ servicemix/maven-plugins/servicemix-build/trunk/pom.xml Thu Sep  4 01:03:00 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix.tooling</groupId>
     <artifactId>maven-plugins-pom</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>