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/19 11:01:27 UTC

svn commit: r696999 - /servicemix/utils/trunk/pom.xml

Author: gnodet
Date: Fri Sep 19 02:01:27 2008
New Revision: 696999

URL: http://svn.apache.org/viewvc?rev=696999&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=696999&r1=696998&r2=696999&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Fri Sep 19 02:01:27 2008
@@ -29,7 +29,7 @@
 
   <artifactId>servicemix-utils</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0.0</version>
+  <version>1.1.0-SNAPSHOT</version>
   <name>Apache ServiceMix :: Utils</name>
   <description>Various utility/helper classes and services for the ServiceMix containers and components</description>
 
@@ -337,10 +337,4 @@
           </build>
       </profile>
   </profiles>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/servicemix-pom/tags/servicemix-utils-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/servicemix-pom/tags/servicemix-utils-1.0.0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/servicemix/servicemix-pom/tags/servicemix-utils-1.0.0</url>
-  </scm>
 </project>