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/11/11 17:02:47 UTC

svn commit: r332588 - in /jakarta/commons/proper/configuration/trunk: RELEASE-NOTES.txt build.xml maven.xml project.properties project.xml

Author: oheger
Date: Fri Nov 11 08:02:34 2005
New Revision: 332588

URL: http://svn.apache.org/viewcvs?rev=332588&view=rev
Log:
Preparations of 1.2RC1

Modified:
    jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/configuration/trunk/build.xml
    jakarta/commons/proper/configuration/trunk/maven.xml
    jakarta/commons/proper/configuration/trunk/project.properties
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt?rev=332588&r1=332587&r2=332588&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt Fri Nov 11 08:02:34 2005
@@ -1,7 +1,7 @@
 $Id$
 
                            Commons Configuration Package
-                               Version 1.1
+                               Version 1.2
                                  Release Notes
 
 
@@ -11,8 +11,9 @@
 This document contains the release notes for this version of the Commons
 Configuration component, and highlights changes since the previous version.
 
-Release 1.1 contains new features and bug fixes as well. A complete list of
-changes can be obtained from the changelog report that is created when building
-with maven or can be viewed at
+Release 1.2 in the first line contains bug fixes, many of them related to file
+based configurations and reloading strategies. There are some new features as
+well. A complete list of changes can be obtained from the changelog report that
+is created when building with maven or can be viewed at
 
   http://jakarta.apache.org/commons/configuration/changes-report.html

Modified: jakarta/commons/proper/configuration/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/build.xml?rev=332588&r1=332587&r2=332588&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/build.xml (original)
+++ jakarta/commons/proper/configuration/trunk/build.xml Fri Nov 11 08:02:34 2005
@@ -41,7 +41,7 @@
   <property name="targetconfdir" value="${defaulttargetdir}/${confdir}"/>
   <!-- Manual changes end -->
   
-  <property name="final.name" value="commons-configuration-1.1">
+  <property name="final.name" value="commons-configuration-1.2RC1">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">

Modified: jakarta/commons/proper/configuration/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/maven.xml?rev=332588&r1=332587&r2=332588&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/maven.xml (original)
+++ jakarta/commons/proper/configuration/trunk/maven.xml Fri Nov 11 08:02:34 2005
@@ -46,6 +46,7 @@
     </copy>
     <copy todir="${maven.dist.src.assembly.dir}">
       <fileset file="${basedir}/NOTICE.txt"/>
+      <fileset file="${basedir}/RELEASE-NOTES.txt"/>
     </copy>
   </postGoal>
   
@@ -53,6 +54,7 @@
   <preGoal name="dist:build-bin">
     <copy todir="${maven.dist.bin.assembly.dir}">
       <fileset file="${basedir}/NOTICE.txt"/>
+      <fileset file="${basedir}/RELEASE-NOTES.txt"/>
     </copy>
   </preGoal>
   

Modified: jakarta/commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.properties?rev=332588&r1=332587&r2=332588&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.properties (original)
+++ jakarta/commons/proper/configuration/trunk/project.properties Fri Nov 11 08:02:34 2005
@@ -34,5 +34,6 @@
 maven.jar.resources=conf/resources.jar
 
 maven.compile.source = 1.3
+maven.compile.target = 1.3
 
 maven.javacc.javacc.grammar=src/java/org/apache/commons/configuration/plist/PropertyListParser.jj

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?rev=332588&r1=332587&r2=332588&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Fri Nov 11 08:02:34 2005
@@ -23,7 +23,7 @@
 
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <currentVersion>1.2-SNAPSHOT</currentVersion>
+  <currentVersion>1.2RC1</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>



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