You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2005/04/02 16:15:20 UTC

svn commit: r159773 - in jakarta/commons/proper/configuration/trunk: build.xml project.xml xdocs/changes.xml

Author: oheger
Date: Sat Apr  2 06:15:19 2005
New Revision: 159773

URL: http://svn.apache.org/viewcvs?view=rev&rev=159773
Log:
Preparations for 1.1 release

Modified:
    jakarta/commons/proper/configuration/trunk/build.xml
    jakarta/commons/proper/configuration/trunk/project.xml
    jakarta/commons/proper/configuration/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/configuration/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/build.xml?view=diff&r1=159772&r2=159773
==============================================================================
--- jakarta/commons/proper/configuration/trunk/build.xml (original)
+++ jakarta/commons/proper/configuration/trunk/build.xml Sat Apr  2 06:15:19 2005
@@ -41,7 +41,7 @@
   <property name="targetconfdir" value="${defaulttargetdir}/${confdir}"/>
   <!-- Manual changes end -->
   
-  <property name="final.name" value="commons-configuration-1.1RC3">
+  <property name="final.name" value="commons-configuration-1.1">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&r1=159772&r2=159773
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sat Apr  2 06:15:19 2005
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
 
   <id>commons-configuration</id>
-  <currentVersion>1.1RC3</currentVersion>
+  <currentVersion>1.1</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>
@@ -51,7 +51,7 @@
 
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Commons&amp;component=Configuration</issueTrackingUrl>
-  <siteAddress>jakarta.apache.org</siteAddress>
+  <siteAddress>cvs.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
   <distributionSite>www.apache.org</distributionSite>
   <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
@@ -76,6 +76,11 @@
       <id>1.0</id>
       <name>1.0</name>
       <tag>CONFIGURATION_1_0</tag>
+    </version>
+    <version>
+      <id>1.1</id>
+      <name>1.1</name>
+      <tag>CONFIGURATION_1_1</tag>
     </version>
   </versions>
     

Modified: jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/xdocs/changes.xml?view=diff&r1=159772&r2=159773
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/changes.xml Sat Apr  2 06:15:19 2005
@@ -22,7 +22,10 @@
 
   <body>
 
-    <release version="1.1" date="in CVS">
+    <release version="1.2-dev" date="in CVS">
+    </release>
+
+    <release version="1.1" date="2005-04-02">
       <action dev="ebourg" type="update" issue="33925">
         Fixed a ConcurrentModificationException thrown when calling clear()
         on a SubsetConfiguration applied to a BaseConfiguration.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org