Upgraded HttpComponents Parent to version 10
This commit is contained in:
parent
0a7ca044cc
commit
73f99953f3
2
pom.xml
2
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpcomponents-parent</artifactId>
|
<artifactId>httpcomponents-parent</artifactId>
|
||||||
<version>9</version>
|
<version>10</version>
|
||||||
<relativePath>../httpcomponents-parent/pom.xml</relativePath>
|
<relativePath>../httpcomponents-parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
Loading…
Reference in New Issue