You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2009/11/11 21:27:52 UTC

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

Author: jbonofre
Date: Wed Nov 11 20:27:52 2009
New Revision: 835047

URL: http://svn.apache.org/viewvc?rev=835047&view=rev
Log:
[maven-release-plugin] prepare release servicemix-utils-1.2.0

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=835047&r1=835046&r2=835047&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Wed Nov 11 20:27:52 2009
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-pom</artifactId>
-    <version>3</version>
+    <version>4</version>
   </parent>
 
   <artifactId>servicemix-utils</artifactId>
   <packaging>bundle</packaging>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <name>Apache ServiceMix :: Utils</name>
   <description>Various utility/helper classes and services for the ServiceMix containers and components</description>
 
@@ -38,9 +38,9 @@
   </properties>
 
   <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/utils/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/utils/trunk</developerConnection>
-      <url>http://svn.apache.org/viewvc/servicemix/smx4/specs/utils/trunk</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/utils/tags/servicemix-utils-1.2.0</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/utils/tags/servicemix-utils-1.2.0</developerConnection>
+      <url>http://svn.apache.org/viewvc/servicemix/smx4/specs/utils/tags/servicemix-utils-1.2.0</url>
   </scm>
 
   <dependencies>