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 2017/05/28 11:16:47 UTC

[49/50] httpcomponents-parent git commit: Rename artifactId to httpcomponents-parent to better reflect common conventions

Rename artifactId to httpcomponents-parent to better reflect common conventions

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project/trunk@1794694 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/commit/4905c079
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/tree/4905c079
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/diff/4905c079

Branch: refs/heads/master
Commit: 4905c0791c543fe3385ae5d246103bd358d3cfe9
Parents: 6eff418
Author: Michael Osipov <mi...@apache.org>
Authored: Wed May 10 09:26:44 2017 +0000
Committer: Michael Osipov <mi...@apache.org>
Committed: Wed May 10 09:26:44 2017 +0000

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/4905c079/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b091d03..ad4a155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>