Author: oheger
Date: Sat Sep 23 18:56:38 2006
New Revision: 449341
URL: http://svn.apache.org/viewvc?view=rev&rev=449341
Log:
Updated version numbers to 1.3 final
Modified:
jakarta/commons/proper/configuration/trunk/default.properties
jakarta/commons/proper/configuration/trunk/project.xml
jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
Modified: jakarta/commons/proper/configuration/trunk/default.properties
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/default.properties?view=diff&rev=449341&r1=449340&r2=449341
==============================================================================
--- jakarta/commons/proper/configuration/trunk/default.properties (original)
+++ jakarta/commons/proper/configuration/trunk/default.properties Sat Sep 23
18:56:38 2006
@@ -27,7 +27,7 @@
component.title = Configuration Utilities
# The current version number of this component
-component.version = 1.3RC2
+component.version = 1.3
# The name that is used to create the jar file
final.name = ${component.name}-${component.version}
Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&rev=449341&r1=449340&r2=449341
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sat Sep 23 18:56:38
2006
@@ -24,7 +24,7 @@
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <currentVersion>1.3RC2</currentVersion>
+ <currentVersion>1.3</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Commons Configuration</name>
<shortDescription>Common Configuration</shortDescription>
Modified: jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/xdocs/changes.xml?view=diff&rev=449341&r1=449340&r2=449341
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/changes.xml Sat Sep 23
18:56:38 2006
@@ -23,7 +23,10 @@
<body>
- <release version="1.3-rc2" date="in SVN">
+ <release version="1.3" date="2006-09-24">
+ </release>
+
+ <release version="1.3-rc2" date="2006-09-03">
<action dev="oheger" type="update" issue="CONFIGURATION-223"
due-to="Gabriele Garuglieri">
AbstractFileConfiguration now overrides addProperty() and setProperty()
instead of addPropertyDirect() to implement the auto save feature.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]