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 2010/03/24 20:07:52 UTC

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

Author: olegk
Date: Wed Mar 24 19:07:52 2010
New Revision: 927158

URL: http://svn.apache.org/viewvc?rev=927158&view=rev
Log:
Renamed artifact id to httpasyncclient

Modified:
    httpcomponents/httpasyncclient/trunk/   (props changed)
    httpcomponents/httpasyncclient/trunk/pom.xml

Propchange: httpcomponents/httpasyncclient/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Mar 24 19:07:52 2010
@@ -0,0 +1,4 @@
+target
+.settings
+.classpath
+.project

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=927158&r1=927157&r2=927158&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Wed Mar 24 19:07:52 2010
@@ -33,8 +33,8 @@
     <version>4.0</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
-  <artifactId>asynchttpclient</artifactId>
-  <name>AsyncHttpClient</name>
+  <artifactId>httpasyncclient</artifactId>
+  <name>HttpAsyncClient</name>
   <description>
    HttpComponents Async Client
   </description>