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:
parent
f6fed403fa
commit
ce71992e9e
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue