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 2017/09/03 20:28:47 UTC

httpcomponents-client git commit: Order parent POM ref GID and AID elements. Adjust relative path for current parent AID name. AID and folder name must match.

Repository: httpcomponents-client
Updated Branches:
  refs/heads/master 6d17126cb -> 22902593e


Order parent POM ref GID and AID elements. Adjust relative path for
current parent AID name. AID and folder name must match.

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

Branch: refs/heads/master
Commit: 22902593e78d56423709b66abf4757082ddced50
Parents: 6d17126
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Sep 3 14:28:45 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Sep 3 14:28:45 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/22902593/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1726f3a..5176709 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,10 +25,11 @@
    <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">
   <parent>
-    <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>project</artifactId>
+    <!-- Version 0: <artifactId>httpcomponents-parent</artifactId> -->
     <version>8</version>
-    <relativePath>../project/pom.xml</relativePath>
+    <relativePath>../httpcomponents-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.httpcomponents.client5</groupId>