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 2014/10/13 02:14:10 UTC

svn commit: r1631266 - in /httpcomponents/httpasyncclient/trunk: RELEASE_NOTES.txt pom.xml

Author: ggregory
Date: Mon Oct 13 00:14:10 2014
New Revision: 1631266

URL: http://svn.apache.org/r1631266
Log:
Update Apache Commons Logging version from 1.1.3 to 1.2.

Modified:
    httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1631266&r1=1631265&r2=1631266&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Mon Oct 13 00:14:10 2014
@@ -1,3 +1,10 @@
+Release 4.4-BETA2
+-------------------
+
+* Update Apache Commons Logging version from 1.1.3 to 1.2. 
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+
 Release 4.1 BETA1
 -------------------
 

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1631266&r1=1631265&r2=1631266&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Mon Oct 13 00:14:10 2014
@@ -68,7 +68,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
     <httpcore.version>4.4-beta1</httpcore.version>
     <httpclient.version>4.4-beta1</httpclient.version>
-    <commons-logging.version>1.1.3</commons-logging.version>
+    <commons-logging.version>1.2</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>
     <easymock.version>2.5.2</easymock.version>