You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2015/08/25 07:51:14 UTC

svn commit: r1697560 - /httpcomponents/httpasync/trunk/pom.xml

Author: ggregory
Date: Tue Aug 25 05:51:14 2015
New Revision: 1697560

URL: http://svn.apache.org/r1697560
Log:
Replace 4.0-alpha5-SNAPSHOT with 4.0.

Modified:
    httpcomponents/httpasync/trunk/pom.xml

Modified: httpcomponents/httpasync/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasync/trunk/pom.xml?rev=1697560&r1=1697559&r2=1697560&view=diff
==============================================================================
--- httpcomponents/httpasync/trunk/pom.xml (original)
+++ httpcomponents/httpasync/trunk/pom.xml Tue Aug 25 05:51:14 2015
@@ -56,8 +56,8 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>jakarta-httpcore</artifactId>
-      <version>4.0-alpha5-SNAPSHOT</version>
+      <artifactId>httpcore</artifactId>
+      <version>4.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>