Update Apache Commons Codec version from 1.6 to 1.9.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1631267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce71992e9e
commit
02c3aa8767
|
@ -4,6 +4,9 @@ Release 4.4-BETA2
|
|||
* Update Apache Commons Logging version from 1.1.3 to 1.2.
|
||||
Contributed by Gary Gregory <ggregory at apache.org>
|
||||
|
||||
* Update Apache Commons Codec version from 1.6 to 1.9.
|
||||
Contributed by Gary Gregory <ggregory at apache.org>
|
||||
|
||||
|
||||
Release 4.4 BETA1
|
||||
-------------------
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -68,7 +68,7 @@
|
|||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
<httpcore.version>4.4-beta1</httpcore.version>
|
||||
<commons-logging.version>1.2</commons-logging.version>
|
||||
<commons-codec.version>1.6</commons-codec.version>
|
||||
<commons-codec.version>1.9</commons-codec.version>
|
||||
<ehcache.version>2.2.0</ehcache.version>
|
||||
<memcached.version>2.6</memcached.version>
|
||||
<slf4j.version>1.5.11</slf4j.version>
|
||||
|
|
Loading…
Reference in New Issue