You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2013/06/13 23:40:34 UTC

svn commit: r1492878 - in /httpcomponents: httpasyncclient/trunk/pom.xml httpclient/trunk/pom.xml httpcore/trunk/pom.xml

Author: ggregory
Date: Thu Jun 13 21:40:33 2013
New Revision: 1492878

URL: http://svn.apache.org/r1492878
Log:
Update Apache Commons Logging to 1.1.3 from 1.1.1.

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml
    httpcomponents/httpclient/trunk/pom.xml
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1492878&r1=1492877&r2=1492878&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Thu Jun 13 21:40:33 2013
@@ -67,7 +67,7 @@
   <properties>
     <httpcore.version>4.3-beta2</httpcore.version>
     <httpclient.version>4.3-beta2</httpclient.version>
-    <commons-logging.version>1.1.1</commons-logging.version>
+    <commons-logging.version>1.1.3</commons-logging.version>
     <!-- Note IO 2.3+ requires Java 6 -->
     <commons-io.version>2.2</commons-io.version>
     <junit.version>4.8.1</junit.version>

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1492878&r1=1492877&r2=1492878&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Thu Jun 13 21:40:33 2013
@@ -66,7 +66,7 @@
 
   <properties>
     <httpcore.version>4.3-beta2</httpcore.version>
-    <commons-logging.version>1.1.1</commons-logging.version>
+    <commons-logging.version>1.1.3</commons-logging.version>
     <commons-codec.version>1.6</commons-codec.version>
     <ehcache.version>2.2.0</ehcache.version>
     <memcached.version>2.6</memcached.version>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1492878&r1=1492877&r2=1492878&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Thu Jun 13 21:40:33 2013
@@ -75,7 +75,7 @@
     <maven.compile.deprecation>false</maven.compile.deprecation>
     <junit.version>4.9</junit.version>
     <mockito.version>1.8.5</mockito.version>
-    <commons-logging.version>1.1.1</commons-logging.version>
+    <commons-logging.version>1.1.3</commons-logging.version>
     <api.comparison.version>4.2</api.comparison.version>
   </properties>