Author: kwright
Date: Sun Feb  8 00:52:05 2015
New Revision: 1658121

URL: http://svn.apache.org/r1658121
Log:
Upgrade to new httpclient version

Modified:
    manifoldcf/trunk/build.xml
    manifoldcf/trunk/pom.xml

Modified: manifoldcf/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1658121&r1=1658120&r2=1658121&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun Feb  8 00:52:05 2015
@@ -31,9 +31,9 @@
     
     <property name="hsqldb.version" value="2.3.2"/>
     <property name="jetty.version" value="9.2.3.v20140905"/>
-    <property name="httpclient.version" value="4.3.5"/>
-    <property name="httpmime.version" value="4.3.5"/>
-    <property name="httpcore.version" value="4.3.2"/>
+    <property name="httpclient.version" value="4.3.6"/>
+    <property name="httpmime.version" value="4.3.6"/>
+    <property name="httpcore.version" value="4.3.3"/>
     <property name="xerces.version" value="2.10.0"/>
     <property name="zookeeper.version" value="3.4.6"/>
     <property name="mongodb.version" value="2.11.3"/>

Modified: manifoldcf/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1658121&r1=1658120&r2=1658121&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Sun Feb  8 00:52:05 2015
@@ -60,9 +60,9 @@
     <commons-collections.version>3.2.1</commons-collections.version>
     <commons-fileupload.version>1.2.2</commons-fileupload.version>
     <commons-discovery.version>0.5</commons-discovery.version>
-    <httpcomponent.httpclient.version>4.3.5</httpcomponent.httpclient.version>
-    <httpcomponent.httpcore.version>4.3.2</httpcomponent.httpcore.version>
-    <httpcomponent.httpmime.version>4.3.5</httpcomponent.httpmime.version>
+    <httpcomponent.httpclient.version>4.3.6</httpcomponent.httpclient.version>
+    <httpcomponent.httpcore.version>4.3.3</httpcomponent.httpcore.version>
+    <httpcomponent.httpmime.version>4.3.6</httpcomponent.httpmime.version>
     <solr.version>4.10.0</solr.version>
     <noggit.version>0.5</noggit.version>
     <commons-el.version>1.0</commons-el.version>


Reply via email to