Author: oheger
Date: Sat Mar 15 16:55:08 2014
New Revision: 1577900

URL: http://svn.apache.org/r1577900
Log:
Changed version and scm configuration for redeployment of 1.10 site. Set 
release date in changes.xml.

Modified:
    commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml
    
commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/changes/changes.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=1577900&r1=1577899&r2=1577900&view=diff
==============================================================================
--- commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml (original)
+++ commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Sat Mar 
15 16:55:08 2014
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>32</version>
+    <version>33</version>
   </parent>
   <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_10</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_10</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_1_10</url>
   </scm>
 
   <distributionManagement>

Modified: 
commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/changes/changes.xml?rev=1577900&r1=1577899&r2=1577900&view=diff
==============================================================================
--- 
commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/changes/changes.xml
 (original)
+++ 
commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/changes/changes.xml
 Sat Mar 15 16:55:08 2014
@@ -25,7 +25,7 @@
   </properties>
 
   <body>
-    <release version="1.10" date="in SVN"
+    <release version="1.10" date="2013-10-27"
       description="Minor bug fixes and improvements">
       <action dev="oheger" type="update" issue="CONFIGURATION-500">
         XMLConfiguration now adds attributes of elements defining a list to


Reply via email to