post-1.10 release cleanup

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE@1536264 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doap_configuration.rdf b/doap_configuration.rdf
index b35f7c2..13eaa49 100644
--- a/doap_configuration.rdf
+++ b/doap_configuration.rdf
@@ -101,6 +101,20 @@
         <revision>1.8</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.9</name>
+        <created>2012-08-08</created>
+        <revision>1.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.10</name>
+        <created>2013-10-27</created>
+        <revision>1.10</revision>
+      </Version>
+    </release>
 
     <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
   </Project>
diff --git a/pom.xml b/pom.xml
index 67e58c2..e6dc55e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.10-SNAPSHOT</version>
+  <version>1.11-SNAPSHOT</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -423,7 +423,7 @@
 
   <properties>
     <commons.componentid>configuration</commons.componentid>
-    <commons.release.version>1.10</commons.release.version>
+    <commons.release.version>1.11</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>CONFIGURATION</commons.jira.id>
     <maven.compiler.source>1.5</maven.compiler.source>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa984bb..02d724a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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