Author: oheger
Date: Sun Nov 30 11:48:50 2008
New Revision: 721880

URL: http://svn.apache.org/viewvc?rev=721880&view=rev
Log:
Updated some of the dependencies to other Commons components to the most recent 
versions.

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

Modified: commons/proper/configuration/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/build.xml?rev=721880&r1=721879&r2=721880&view=diff
==============================================================================
--- commons/proper/configuration/trunk/build.xml (original)
+++ commons/proper/configuration/trunk/build.xml Sun Nov 30 11:48:50 2008
@@ -236,19 +236,19 @@
 
     <setproxy>
     </setproxy>
-    <get dest="${libdir}/commons-collections-3.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-collections/commons-collections/3.2/commons-collections-3.2.jar">
+    <get dest="${libdir}/commons-collections-3.2.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar">
     </get>
-    <get dest="${libdir}/commons-lang-2.3.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-lang/commons-lang/2.3/commons-lang-2.3.jar">
+    <get dest="${libdir}/commons-lang-2.4.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar">
     </get>
-    <get dest="${libdir}/commons-logging-1.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-logging/commons-logging/1.1/commons-logging-1.1.jar">
+    <get dest="${libdir}/commons-logging-1.1.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar">
     </get>
     <get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-digester/commons-digester/1.8/commons-digester-1.8.jar">
     </get>
-    <get dest="${libdir}/commons-beanutils-core-1.7.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar">
+    <get dest="${libdir}/commons-beanutils-1.8.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar">
     </get>
     <get dest="${libdir}/commons-codec-1.3.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-codec/commons-codec/1.3/commons-codec-1.3.jar">
     </get>
-    <get dest="${libdir}/commons-jxpath-1.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-jxpath/commons-jxpath/1.2/commons-jxpath-1.2.jar">
+    <get dest="${libdir}/commons-jxpath-1.3.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar">
     </get>
     <get dest="${libdir}/xercesImpl-2.3.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/xerces/xercesImpl/2.3.0/xercesImpl-2.3.0.jar">
     </get>
@@ -260,7 +260,7 @@
     </get>
     <get dest="${libdir}/commons-dbcp-1.2.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-dbcp/commons-dbcp/1.2.2/commons-dbcp-1.2.2.jar">
     </get>
-    <get dest="${libdir}/commons-pool-1.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-pool/commons-pool/1.1/commons-pool-1.1.jar">
+    <get dest="${libdir}/commons-pool-1.4.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/commons-pool/commons-pool/1.4/commons-pool-1.4.jar">
     </get>
     <get dest="${libdir}/hsqldb-1.7.2.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="${repository}/hsqldb/hsqldb/1.7.2.2/hsqldb-1.7.2.2.jar">
     </get>

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=721880&r1=721879&r2=721880&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Nov 30 11:48:50 2008
@@ -204,19 +204,19 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2</version>
+      <version>3.2.1</version>
     </dependency>
 
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
     </dependency>
 
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
       <exclusions>
         <exclusion>
             <groupId>logkit</groupId>
@@ -238,7 +238,7 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
+      <version>1.8.0</version>
     </dependency>
 
     <dependency>
@@ -251,7 +251,7 @@
     <dependency>
       <groupId>commons-jxpath</groupId>
       <artifactId>commons-jxpath</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
       <optional>true</optional>
       <exclusions>
         <exclusion>
@@ -314,7 +314,7 @@
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.1</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
 

Modified: commons/proper/configuration/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/project.xml?rev=721880&r1=721879&r2=721880&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Sun Nov 30 11:48:50 2008
@@ -236,7 +236,7 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2</version>
+      <version>3.2.1</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>
@@ -245,7 +245,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>
@@ -254,7 +254,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>
@@ -272,7 +272,7 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils-core</artifactId>
-      <version>1.7.0</version>
+      <version>1.8.0</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>
@@ -291,7 +291,7 @@
     <dependency>
       <groupId>commons-jxpath</groupId>
       <artifactId>commons-jxpath</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
       <properties>
         <war.bundle>true</war.bundle>
            <optional>true</optional>
@@ -373,7 +373,7 @@
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.1</version>
+      <version>1.4</version>
       <properties>
         <scope>test</scope>
       </properties>

Modified: commons/proper/configuration/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/changes.xml?rev=721880&r1=721879&r2=721880&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ commons/proper/configuration/trunk/xdocs/changes.xml Sun Nov 30 11:48:50 
2008
@@ -23,6 +23,12 @@
 
   <body>
     <release version="1.6" date="in SVN" description="">
+      <action dev="oheger" type="update">
+        Some dependencies to other Commons components have been updated to the
+        recent versions. Affected are Commons Lang, Commons Collections,
+        Commons Logging, Commons BeanUtils, and Commons JXPath. The older
+        versions should still work.
+      </action>
       <action dev="rgoers" type="add" issue="CONFIGURATION-351">
         Allow variable resolvers to be defined configured in 
         DefaultConfigurationBuilder.

Modified: commons/proper/configuration/trunk/xdocs/dependencies.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/dependencies.xml?rev=721880&r1=721879&r2=721880&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/dependencies.xml (original)
+++ commons/proper/configuration/trunk/xdocs/dependencies.xml Sun Nov 30 
11:48:50 2008
@@ -127,15 +127,15 @@
                   <tbody>
                     <tr>
                       <td>commons-lang</td>
-                      <td>2.2, 2.3</td>
+                      <td>2.2, 2.3, 2.4</td>
                     </tr>
                     <tr>
                       <td>commons-collections</td>
-                      <td>3.1, 3.2</td>
+                      <td>3.1, 3.2, 3.2.1</td>
                     </tr>
                     <tr>
                       <td>commons-logging</td>
-                      <td>1.0.4, 1.1</td>
+                      <td>1.0.4, 1.1, 1.1.1</td>
                     </tr>
                     <tr>
                       <td>commons-digester</td>
@@ -143,7 +143,7 @@
                     </tr>
                     <tr>
                       <td>commons-beanutils</td>
-                      <td>1.7.0</td>
+                      <td>1.7.0, 1.8.0</td>
                     </tr>
                     <tr>
                       <td>commons-codec</td>
@@ -151,7 +151,7 @@
                     </tr>
                     <tr>
                       <td>commons-jxpath</td>
-                      <td>1.2</td>
+                      <td>1.2, 1.3</td>
                     </tr>
                   </tbody>
                 </table>


Reply via email to