Update Apache Commons Logging version from 1.1.3 to 1.2.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1631265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-13 00:09:24 +00:00
parent f6fed403fa
commit ce71992e9e
2 changed files with 8 additions and 1 deletions

View File

@ -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.4 BETA1
-------------------

View File

@ -67,7 +67,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<httpcore.version>4.4-beta1</httpcore.version>
<commons-logging.version>1.1.3</commons-logging.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.6</commons-codec.version>
<ehcache.version>2.2.0</ehcache.version>
<memcached.version>2.6</memcached.version>