You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/11/26 02:05:19 UTC

svn commit: r884352 - in /commons/proper/dbcp/trunk: build.properties.sample pom.xml

Author: sebb
Date: Thu Nov 26 01:05:19 2009
New Revision: 884352

URL: http://svn.apache.org/viewvc?rev=884352&view=rev
Log:
Upgrade to current version of Logging (1.1.1)

Modified:
    commons/proper/dbcp/trunk/build.properties.sample
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/build.properties.sample
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=884352&r1=884351&r2=884352&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.properties.sample (original)
+++ commons/proper/dbcp/trunk/build.properties.sample Thu Nov 26 01:05:19 2009
@@ -42,8 +42,8 @@
 naming-java.jar=${naming.java.home}/naming-java-5.0.28.jar
 
 # Commons logging - dependency of naming jars
-commons-logging.home=${repository}/commons-logging/commons-logging/1.0.4
-commons-logging.jar=${commons-logging.home}/commons-logging-1.0.4.jar
+commons-logging.home=${repository}/commons-logging/commons-logging/1.1.1
+commons-logging.jar=${commons-logging.home}/commons-logging-1.1.1.jar
 
 # JTA - needed for managed connections
 jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1/geronimo-jta_1.1_spec-1.1.jar

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=884352&r1=884351&r2=884352&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Thu Nov 26 01:05:19 2009
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-       <version>1.0.4</version>
+       <version>1.1.1</version>
        <scope>test</scope>
     </dependency>