Clean up: Order GID before AID.
This commit is contained in:
parent
61529d1f88
commit
c165c06a97
3
pom.xml
3
pom.xml
|
@ -25,8 +25,8 @@
|
||||||
<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>8</version>
|
<version>8</version>
|
||||||
<relativePath>../project/pom.xml</relativePath>
|
<relativePath>../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -216,7 +216,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- reduce console output. Can override with -Dquiet=false -->
|
<!-- reduce console output. Can override with -Dquiet=false -->
|
||||||
<quiet>true</quiet>
|
<quiet>true</quiet>
|
||||||
<source>${maven.compiler.source}</source>
|
|
||||||
<links>
|
<links>
|
||||||
<link>http://docs.oracle.com/javase/6/docs/api/</link>
|
<link>http://docs.oracle.com/javase/6/docs/api/</link>
|
||||||
<link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>
|
<link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>
|
||||||
|
|
Loading…
Reference in New Issue