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/21 07:43:55 UTC

svn commit: r1534028 - /commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml

Author: henning
Date: Mon Oct 21 05:43:55 2013
New Revision: 1534028

URL: http://svn.apache.org/r1534028
Log:
Change version to 1.10-SNAPSHOT. Update the various version related properties.


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

Modified: commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml?rev=1534028&r1=1534027&r2=1534028&view=diff
==============================================================================
--- commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml (original)
+++ commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/pom.xml Mon Oct 21 05:43:55 2013
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.9</version>
+  <version>1.10-SNAPSHOT</version>
   <name>Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -47,9 +47,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_9</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_9</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_1_9</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE</url>
   </scm>
 
   <distributionManagement>
@@ -430,10 +430,10 @@
 
   <properties>
     <commons.componentid>configuration</commons.componentid>
-    <commons.release.version>1.9</commons.release.version>
+    <commons.release.version>1.10</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>CONFIGURATION</commons.jira.id>
-    <commons.jira.pid>12310467</commons.jira.pid>
+    <commons.jira.pid>12319742</commons.jira.pid>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>