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/07/15 10:19:24 UTC

svn commit: r1610618 - in /httpcomponents/httpasyncclient/trunk: httpasyncclient-osgi/pom.xml pom.xml

Author: olegk
Date: Tue Jul 15 08:19:23 2014
New Revision: 1610618

URL: http://svn.apache.org/r1610618
Log:
Upgraded HttpClient version to 4.4-alpha1; updated OSGi imports

Modified:
    httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml?rev=1610618&r1=1610617&r2=1610618&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml Tue Jul 15 08:19:23 2014
@@ -39,8 +39,8 @@
   <packaging>bundle</packaging>
 
   <properties>
-    <httpcore.osgi.import.version>"[4.3.0, 4.4.0)"</httpcore.osgi.import.version>
-    <httpclient.osgi.import.version>"[4.3.0, 4.4.0)"</httpclient.osgi.import.version>
+    <httpcore.osgi.import.version>"[4.4.0, 4.5.0)"</httpcore.osgi.import.version>
+    <httpclient.osgi.import.version>"[4.4.0, 4.5.0)"</httpclient.osgi.import.version>
     <commons-logging.osgi.import.version>"[1.1.0, 1.2.0)"</commons-logging.osgi.import.version>
   </properties>
 

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1610618&r1=1610617&r2=1610618&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Tue Jul 15 08:19:23 2014
@@ -67,7 +67,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
     <httpcore.version>4.4-alpha1</httpcore.version>
-    <httpclient.version>4.3.3</httpclient.version>
+    <httpclient.version>4.4-alpha1</httpclient.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>