You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/11/08 21:25:33 UTC

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

Author: gertv
Date: Mon Nov  8 20:25:32 2010
New Revision: 1032689

URL: http://svn.apache.org/viewvc?rev=1032689&view=rev
Log:
[maven-release-plugin] prepare release servicemix-utils-1.3.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=1032689&r1=1032688&r2=1032689&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Mon Nov  8 20:25:32 2010
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -30,7 +29,7 @@
 
     <artifactId>servicemix-utils</artifactId>
     <packaging>bundle</packaging>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
     <name>Apache ServiceMix :: Utils</name>
     <description>Various utility/helper classes and services for the ServiceMix containers and components</description>
 
@@ -40,9 +39,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.3.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/utils/tags/servicemix-utils-1.3.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/servicemix/smx4/specs/utils/tags/servicemix-utils-1.3.0</url>
     </scm>
 
     <dependencies>