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/24 18:34:48 UTC

httpcomponents-client git commit: Update httpcomponents-parent from 8 to 9.

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x f27267427 -> 84a5fba63


Update httpcomponents-parent from 8 to 9.

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

Branch: refs/heads/4.5.x
Commit: 84a5fba63df8095882945ada3f9ea608e78690b7
Parents: f272674
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Sep 24 12:34:46 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Sep 24 12:34:46 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/84a5fba6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9106b1d..fde1efe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,9 @@
  --><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>
     <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>project</artifactId>
-    <version>8</version>
-    <relativePath>../project/pom.xml</relativePath>
+    <artifactId>httpcomponents-parent</artifactId>
+    <version>9</version>
+    <relativePath>../httpcomponents-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-client</artifactId>