You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/08/04 17:09:35 UTC

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

Author: chirino
Date: Mon Aug  4 08:09:34 2008
New Revision: 682417

URL: http://svn.apache.org/viewvc?rev=682417&view=rev
Log:
fixing up version info.

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=682417&r1=682416&r2=682417&view=diff
==============================================================================
--- servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml (original)
+++ servicemix/maven-plugins/maven-plugins-pom/trunk/pom.xml Mon Aug  4 08:09:34 2008
@@ -26,17 +26,17 @@
   
   <groupId>org.apache.servicemix.tooling</groupId>
   <artifactId>maven-plugins-pom</artifactId>
-  <version>1.0.0</version>
+  <version>1.0-SNAPSHOT</version>
   
   <packaging>pom</packaging>
   <name>ServiceMix :: Maven2 Plugins POM</name>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-1.0.0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-1.0.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/maven-plugins-pom/trunk</url>
   </scm>
-    
+  
   <reporting>
     <plugins>
       <plugin>