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 2007/06/23 22:52:31 UTC

svn commit: r550105 - in /jakarta/httpcomponents/httpclient/trunk: module-client/pom.xml pom.xml

Author: olegk
Date: Sat Jun 23 13:52:31 2007
New Revision: 550105

URL: http://svn.apache.org/viewvc?view=rev&rev=550105
Log:
Renamed project artifactId from client to httpcomponents-client; required to generate a meaningful assembly file name

Modified:
    jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml
    jakarta/httpcomponents/httpclient/trunk/pom.xml

Modified: jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml?view=diff&rev=550105&r1=550104&r2=550105
==============================================================================
--- jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml (original)
+++ jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml Sat Jun 23 13:52:31 2007
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>client</artifactId>
+    <artifactId>httpcomponents-client</artifactId>
     <version>4.0-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient</artifactId>

Modified: jakarta/httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/pom.xml?view=diff&rev=550105&r1=550104&r2=550105
==============================================================================
--- jakarta/httpcomponents/httpclient/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpclient/trunk/pom.xml Sat Jun 23 13:52:31 2007
@@ -36,7 +36,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.httpcomponents</groupId>
-  <artifactId>client</artifactId>
+  <artifactId>httpcomponents-client</artifactId>
   <name>HttpComponents Client</name>
   <version>4.0-alpha1-SNAPSHOT</version>
   <description>Components to build client side HTTP services</description>