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 2011/09/23 19:50:34 UTC

svn commit: r1174918 - /httpcomponents/httpasyncclient/trunk/pom.xml

Author: olegk
Date: Fri Sep 23 17:50:34 2011
New Revision: 1174918

URL: http://svn.apache.org/viewvc?rev=1174918&view=rev
Log:
Upgraded parent pom to version 5; upgraded HttpClient to version 4.1.2

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1174918&r1=1174917&r2=1174918&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Fri Sep 23 17:50:34 2011
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
-    <version>4.1.1</version>
+    <version>5</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -72,7 +72,7 @@
     <maven.compile.optimize>true</maven.compile.optimize>
     <maven.compile.deprecation>true</maven.compile.deprecation>
     <httpcore.version>4.2-alpha2</httpcore.version>
-    <httpclient.version>4.1.1</httpclient.version>
+    <httpclient.version>4.1.2</httpclient.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <commons-io.version>2.0.1</commons-io.version>
     <junit.version>4.8.1</junit.version>