henning     2004/10/16 05:19:36

  Modified:    .        Tag: TORQUE_3_1_BRANCH project.xml
               src/maven-plugin Tag: TORQUE_3_1_BRANCH project.xml
               xdocs    Tag: TORQUE_3_1_BRANCH changes.xml
  Log:
  Bump to Commons Configuration 1.0. Address the issue from TRQS229.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.103.2.19 +1 -1      db-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/project.xml,v
  retrieving revision 1.103.2.18
  retrieving revision 1.103.2.19
  diff -u -r1.103.2.18 -r1.103.2.19
  --- project.xml       16 Oct 2004 12:13:01 -0000      1.103.2.18
  +++ project.xml       16 Oct 2004 12:19:36 -0000      1.103.2.19
  @@ -59,7 +59,7 @@
       <dependency>
         <artifactId>commons-configuration</artifactId>
         <groupId>commons-configuration</groupId>
  -      <version>1.0-rc1</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/configuration/</url>
       </dependency>
   
  
  
  
  No                   revision
  No                   revision
  1.12.2.11 +1 -1      db-torque/src/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/maven-plugin/project.xml,v
  retrieving revision 1.12.2.10
  retrieving revision 1.12.2.11
  diff -u -r1.12.2.10 -r1.12.2.11
  --- project.xml       16 Oct 2004 12:13:01 -0000      1.12.2.10
  +++ project.xml       16 Oct 2004 12:19:36 -0000      1.12.2.11
  @@ -40,7 +40,7 @@
       <dependency>
         <artifactId>commons-configuration</artifactId>
         <groupId>commons-configuration</groupId>
  -      <version>1.0-rc1</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/configuration/</url>
       </dependency>
   
  
  
  
  No                   revision
  No                   revision
  1.140.2.3 +6 -0      db-torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
  retrieving revision 1.140.2.2
  retrieving revision 1.140.2.3
  diff -u -r1.140.2.2 -r1.140.2.3
  --- changes.xml       16 Oct 2004 12:13:01 -0000      1.140.2.2
  +++ changes.xml       16 Oct 2004 12:19:36 -0000      1.140.2.3
  @@ -26,6 +26,12 @@
   
     <body>
     <release version="3.1.1-RC3" date="in cvs">
  +    <action type="update" dev="henning" issue="TRQS229">
  +      Upgrade to commons-configuration-1.0.
  +      Note that all applications that use Torque 3.1 and want
  +      to use commons-configuration 1.0 now <b>must</b> also use
  +      commons-collections 3.x!
  +    </action>
       <action type="update" dev="henning">
         Update the POMs to reflect the current style of artifact declaration.
       </action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to