Order parent POM ref GID and AID elements. Adjust relative path for
current parent AID name. AID and folder name must match.
This commit is contained in:
parent
6d17126cbf
commit
22902593e7
5
pom.xml
5
pom.xml
|
@ -25,10 +25,11 @@
|
||||||
<http://www.apache.org />.
|
<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">
|
--><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>
|
<parent>
|
||||||
<artifactId>project</artifactId>
|
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>project</artifactId>
|
||||||
|
<!-- Version 0: <artifactId>httpcomponents-parent</artifactId> -->
|
||||||
<version>8</version>
|
<version>8</version>
|
||||||
<relativePath>../project/pom.xml</relativePath>
|
<relativePath>../httpcomponents-parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.httpcomponents.client5</groupId>
|
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||||
|
|
Loading…
Reference in New Issue