You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2017/05/10 09:26:44 UTC

svn commit: r1794694 - /httpcomponents/project/trunk/pom.xml

Author: michaelo
Date: Wed May 10 09:26:44 2017
New Revision: 1794694

URL: http://svn.apache.org/viewvc?rev=1794694&view=rev
Log:
Rename artifactId to httpcomponents-parent to better reflect common conventions

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1794694&r1=1794693&r2=1794694&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Wed May 10 09:26:44 2017
@@ -25,7 +25,7 @@
    <http://www.apache.org/>.
  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache</groupId>
@@ -33,10 +33,10 @@
     <version>18</version>
   </parent>
   <groupId>org.apache.httpcomponents</groupId>
-  <artifactId>project</artifactId>
+  <artifactId>httpcomponents-parent</artifactId>
   <version>9-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>Apache HttpComponents</name>
+  <name>Apache HttpComponents Parent</name>
   <url>http://hc.apache.org/</url>
   <description>Apache components to build HTTP enabled services</description>
   <inceptionYear>2005</inceptionYear>