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/07 16:06:40 UTC

httpcomponents-core git commit: Document how to switch to version 9 of the forthcoming parent POM.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 4e99c599b -> 4e23331f8


Document how to switch to version 9 of the forthcoming parent POM.

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

Branch: refs/heads/4.4.x
Commit: 4e23331f89f884340afdf58812199bda131fcaf5
Parents: 4e99c59
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Sep 7 10:06:38 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Sep 7 10:06:38 2017 -0600

----------------------------------------------------------------------
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/4e23331f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9aa17e..eb5fd29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,10 +25,16 @@
    <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>
+    <!-- Parent 8 -->
     <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>project</artifactId>
     <version>8</version>
     <relativePath>../project/pom.xml</relativePath>
+    <!-- Parent 9 (forthcoming) -->
+<!--     <groupId>org.apache.httpcomponents</groupId> -->
+<!--     <artifactId>httpcomponents-parent</artifactId> -->
+<!--     <version>9</version> -->
+<!--     <relativePath>../httpcomponents-parent/pom.xml</relativePath> -->
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>