You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/12/19 21:59:17 UTC

svn commit: r1646863 - /httpcomponents/httpclient/trunk/pom.xml

Author: olegk
Date: Fri Dec 19 20:59:17 2014
New Revision: 1646863

URL: http://svn.apache.org/r1646863
Log:
Upgraded HttpCore to version 4.4

Modified:
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1646863&r1=1646862&r2=1646863&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Fri Dec 19 20:59:17 2014
@@ -66,7 +66,7 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <httpcore.version>4.4-beta1</httpcore.version>
+    <httpcore.version>4.4</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-codec.version>1.9</commons-codec.version>
     <ehcache.version>2.6.9</ehcache.version>