Update httpcomponents-parent from 8 to 9.

This commit is contained in:
Gary Gregory 2017-09-24 12:34:46 -06:00
parent f272674277
commit 84a5fba63d
1 changed files with 3 additions and 3 deletions

View File

@ -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>