You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/23 18:48:40 UTC

svn commit: r729048 - in /commons/proper/digester/branches/1_X_LINE: build.properties.sample pom.xml project.xml

Author: rahul
Date: Tue Dec 23 09:48:40 2008
New Revision: 729048

URL: http://svn.apache.org/viewvc?rev=729048&view=rev
Log:
Update dependencies to latest available stable releases.

Modified:
    commons/proper/digester/branches/1_X_LINE/build.properties.sample
    commons/proper/digester/branches/1_X_LINE/pom.xml
    commons/proper/digester/branches/1_X_LINE/project.xml

Modified: commons/proper/digester/branches/1_X_LINE/build.properties.sample
URL: http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/build.properties.sample?rev=729048&r1=729047&r2=729048&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/build.properties.sample (original)
+++ commons/proper/digester/branches/1_X_LINE/build.properties.sample Tue Dec 23 09:48:40 2008
@@ -42,11 +42,11 @@
 
 # Commons logging
 commons-logging.home=${repository}/commons-logging/jars
-commons-logging.jar=${commons-logging.home}/commons-logging-1.1.jar
+commons-logging.jar=${commons-logging.home}/commons-logging-1.1.1.jar
 
 # Commons beanutils
 commons-beanutils.home=${repository}/commons-beanutils/jars
-commons-beanutils.jar=${commons-beanutils.home}/commons-beanutils-1.7.0.jar
+commons-beanutils.jar=${commons-beanutils.home}/commons-beanutils-1.8.0.jar
 
 # The digester tests output logging information (including Exceptions) 
 # which can often be confusing to new developers.

Modified: commons/proper/digester/branches/1_X_LINE/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/pom.xml?rev=729048&r1=729047&r2=729048&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/pom.xml (original)
+++ commons/proper/digester/branches/1_X_LINE/pom.xml Tue Dec 23 09:48:40 2008
@@ -248,7 +248,7 @@
     <dependency> 
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
+      <version>1.8.0</version>
     </dependency>
     <dependency> 
       <groupId>commons-logging</groupId>

Modified: commons/proper/digester/branches/1_X_LINE/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/project.xml?rev=729048&r1=729047&r2=729048&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/project.xml (original)
+++ commons/proper/digester/branches/1_X_LINE/project.xml Tue Dec 23 09:48:40 2008
@@ -249,7 +249,7 @@
     <dependency> 
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
+      <version>1.8.0</version>
       <url>http://commons.apache.org/beanutils/</url>
       <properties>
         <comment>
@@ -260,7 +260,7 @@
     <dependency> 
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
       <url>http://commons.apache.org/logging/</url>
       <properties>
         <comment>