epugh 2004/09/24 11:01:12
Modified: configuration/xdocs changes.xml
configuration project.xml
Log:
Prep for rc2
Revision Changes Path
1.47 +1 -1 jakarta-commons/configuration/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/configuration/xdocs/changes.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- changes.xml 22 Sep 2004 17:17:31 -0000 1.46
+++ changes.xml 24 Sep 2004 18:01:12 -0000 1.47
@@ -6,7 +6,7 @@
</properties>
<body>
- <release version="1.0-rc2" date="in CVS">
+ <release version="1.0-rc2" date="2004-09-24">
<action dev="ebourg" type="update">
Unified the mechanisms for loading and saving file based configurations.
PropertiesConfiguration, XMLConfiguration and HierarchicalXMLConfiguration
1.31 +14 -3 jakarta-commons/configuration/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/configuration/project.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- project.xml 23 Sep 2004 12:05:07 -0000 1.30
+++ project.xml 24 Sep 2004 18:01:12 -0000 1.31
@@ -25,7 +25,7 @@
<pomVersion>3</pomVersion>
<id>commons-configuration</id>
- <currentVersion>1.0-SNAPSHOT</currentVersion>
+ <currentVersion>1.0-rc2</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Commons Configuration</name>
<shortDescription>Common Configuration</shortDescription>
@@ -62,7 +62,18 @@
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
</repository>
-
+ <versions>
+ <version>
+ <id>1.0-rc1</id>
+ <name>1.0-rc1</name>
+ <tag>CONFIGURATION_1_0_RC1</tag>
+ </version>
+ <version>
+ <id>1.0-rc2</id>
+ <name>1.0-rc2</name>
+ <tag>CONFIGURATION_1_0_RC2</tag>
+ </version>
+ </versions>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]