Author: ggregory
Date: Sun Jul 13 01:54:42 2014
New Revision: 1610095
URL: http://svn.apache.org/r1610095
Log:
[DBCP-422] Update Apache Commons Logging to 1.2 from 1.1.3.
Modified:
commons/proper/dbcp/trunk/pom.xml
commons/proper/dbcp/trunk/src/changes/changes.xml
Modified: commons/proper/dbcp/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1610095&r1=1610094&r2=1610095&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sun Jul 13 01:54:42 2014
@@ -155,7 +155,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1.3</version>
+ <version>1.2</version>
</dependency>
<dependency>
Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1610095&r1=1610094&r2=1610095&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Sun Jul 13 01:54:42 2014
@@ -65,6 +65,9 @@ The <action> type attribute can be add,u
InstanceKeyDataSource discards native SQLException when given password
does not match
password used to create the connection.
</action>
+ <action issue="DBCP-422" dev="ggregory" type="update">
+ Update Apache Commons Logging to 1.2 from 1.1.3.
+ </action>
</release>
<release version="2.0.1" date="24 May 2014" description="This is a bug fix
release.">
<action dev="markt" type="fix">