Author: oheger
Date: Thu Aug 18 20:11:03 2011
New Revision: 1159394

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

Modified:
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1159394&r1=1159393&r2=1159394&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Aug 18 20:11:03 2011
@@ -232,19 +232,19 @@
     <dependency>
      <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
-      <version>1.8</version>
+      <version>1.8.1</version>
     </dependency>
 
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.8.2</version>
+      <version>1.8.3</version>
     </dependency>
 
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.3</version>
+      <version>1.5</version>
       <optional>true</optional>
     </dependency>
 

Modified: commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml?rev=1159394&r1=1159393&r2=1159394&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml Thu Aug 
18 20:11:03 2011
@@ -127,12 +127,12 @@
                     <tr>
                       <th>Component</th>
                       <th>Version</th>
-                    </tr>                    
+                    </tr>
                   </thead>
                   <tbody>
                     <tr>
                       <td>commons-lang</td>
-                      <td>2.2, 2.3, 2.4, 2.5</td>
+                      <td>2.2, 2.3, 2.4, 2.5, 2.6</td>
                     </tr>
                     <tr>
                       <td>commons-collections</td>
@@ -144,15 +144,15 @@
                     </tr>
                     <tr>
                       <td>commons-digester</td>
-                      <td>1.6, 1.7, 1.8</td>
+                      <td>1.6, 1.7, 1.8, 1.8.1</td>
                     </tr>
                     <tr>
                       <td>commons-beanutils</td>
-                      <td>1.7.0, 1.8.0, 1.8.2</td>
+                      <td>1.7.0, 1.8.0, 1.8.2, 1.8.3</td>
                     </tr>
                     <tr>
                       <td>commons-codec</td>
-                      <td>1.3</td>
+                      <td>1.3, 1.5</td>
                     </tr>
                     <tr>
                       <td>commons-jxpath</td>


Reply via email to