Author: oheger
Date: Thu Nov 1 07:50:38 2007
New Revision: 591028
URL: http://svn.apache.org/viewvc?rev=591028&view=rev
Log:
Upgrade of release number for 1.5rc1
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=591028&r1=591027&r2=591028&view=diff
==============================================================================
--- commons/proper/configuration/trunk/default.properties (original)
+++ commons/proper/configuration/trunk/default.properties Thu Nov 1 07:50:38
2007
@@ -27,7 +27,7 @@
component.title = Configuration Utilities
# The current version number of this component
-component.version = 1.5-SNAPSHOT
+component.version = 1.5
# 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=591028&r1=591027&r2=591028&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Nov 1 07:50:38 2007
@@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</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=591028&r1=591027&r2=591028&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Thu Nov 1 07:50:38 2007
@@ -24,7 +24,7 @@
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <currentVersion>1.5-SNAPSHOT</currentVersion>
+ <currentVersion>1.5</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Commons Configuration</name>
<shortDescription>Common Configuration</shortDescription>
Modified: commons/proper/configuration/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/changes.xml?rev=591028&r1=591027&r2=591028&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ commons/proper/configuration/trunk/xdocs/changes.xml Thu Nov 1 07:50:38
2007
@@ -22,7 +22,7 @@
</properties>
<body>
- <release version="1.5-SNAPSHOT" date="in SVN" description="">
+ <release version="1.5" date="in SVN" description="">
<action dev="oheger" type="add" issue="CONFIGURATION-273">
A new method interpolatedConfiguration() was added to
AbstractConfiguration.
This method returns a configuration with the same type and