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/08/01 01:02:39 UTC

httpcomponents-client git commit: Clean up: Order GID before AID.

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x 61529d1f8 -> c165c06a9


Clean up: Order GID before AID.

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

Branch: refs/heads/4.5.x
Commit: c165c06a9794d86718c212f61a82ce79b23dc751
Parents: 61529d1
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Jul 31 18:02:37 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Jul 31 18:02:37 2017 -0700

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/c165c06a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 37e2ada..1809207 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@
    <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">
   <parent>
-    <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>project</artifactId>
     <version>8</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
@@ -216,7 +216,6 @@
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
-          <source>${maven.compiler.source}</source>
           <links>
             <link>http://docs.oracle.com/javase/6/docs/api/</link>
             <link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>