You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2013/10/24 10:18:50 UTC

svn commit: r1535307 - /commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

Author: henning
Date: Thu Oct 24 08:18:50 2013
New Revision: 1535307

URL: http://svn.apache.org/r1535307
Log:
[maven-release-plugin] prepare release CONFIGURATION_1_10RC2

Modified:
    commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml?rev=1535307&r1=1535306&r2=1535307&view=diff
==============================================================================
--- commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml (original)
+++ commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Thu Oct 24 08:18:50 2013
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.10-SNAPSHOT</version>
+  <version>1.10</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -41,9 +41,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/branches/RELEASE_1_10_BRANCH</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/branches/RELEASE_1_10_BRANCH</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_10RC2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_10RC2</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_1_10RC2</url>
   </scm>
 
   <distributionManagement>