You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2008/12/13 17:07:32 UTC

svn commit: r726226 - in /commons/proper/configuration/trunk: default.properties pom.xml project.xml xdocs/changes.xml

Author: oheger
Date: Sat Dec 13 08:07:31 2008
New Revision: 726226

URL: http://svn.apache.org/viewvc?rev=726226&view=rev
Log:
Updating version numbers for the first RC of 1.6 release

Modified:
    commons/proper/configuration/trunk/default.properties
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/project.xml
    commons/proper/configuration/trunk/xdocs/changes.xml

Modified: commons/proper/configuration/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/default.properties?rev=726226&r1=726225&r2=726226&view=diff
==============================================================================
--- commons/proper/configuration/trunk/default.properties (original)
+++ commons/proper/configuration/trunk/default.properties Sat Dec 13 08:07:31 2008
@@ -27,7 +27,7 @@
 component.title = Configuration Utilities
 
 # The current version number of this component
-component.version = 1.6-SNAPSHOT
+component.version = 1.6
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=726226&r1=726225&r2=726226&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sat Dec 13 08:07:31 2008
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.6</version>
   <name>Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>

Modified: commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/project.xml?rev=726226&r1=726225&r2=726226&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Sat Dec 13 08:07:31 2008
@@ -24,7 +24,7 @@
 
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <currentVersion>1.6-SNAPSHOT</currentVersion>
+  <currentVersion>1.6</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>
@@ -104,6 +104,11 @@
       <name>1.5</name>
       <tag>CONFIGURATION_1_5</tag>
     </version>
+    <version>
+      <id>1.6</id>
+      <name>1.6</name>
+      <tag>CONFIGURATION_1_6</tag>
+    </version>
   </versions>
 
   <mailingLists>

Modified: commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/changes.xml?rev=726226&r1=726225&r2=726226&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ commons/proper/configuration/trunk/xdocs/changes.xml Sat Dec 13 08:07:31 2008
@@ -22,7 +22,8 @@
   </properties>
 
   <body>
-    <release version="1.6" date="in SVN" description="">
+    <release version="1.6" date="Dec 2008"
+      description="Another set of smaller bug fixes">
       <action dev="oheger" type="update">
         Some dependencies to other Commons components have been updated to the
         recent versions. Affected are Commons Lang, Commons Collections,