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/09/24 16:48:23 UTC

httpcomponents-core git commit: Let this POM inherit the maven-jar-plugin from a parent, which will be 3.0.2 instead of 2.6, which in turn avoids maven-jar-plugin 2.6 failing on Java 9.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 36eed249b -> 724d9ff66


Let this POM inherit the maven-jar-plugin from a parent, which will be
3.0.2 instead of 2.6, which in turn avoids maven-jar-plugin 2.6 failing
on Java 9.

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

Branch: refs/heads/4.4.x
Commit: 724d9ff663ff47bb1dd33058b0e092a89cfab7ca
Parents: 36eed24
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Sep 24 10:48:21 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Sep 24 10:48:21 2017 -0600

----------------------------------------------------------------------
 httpcore/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/724d9ff6/httpcore/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore/pom.xml b/httpcore/pom.xml
index 18c90f9..9c52862 100644
--- a/httpcore/pom.xml
+++ b/httpcore/pom.xml
@@ -86,7 +86,6 @@
       <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
           <executions>
               <execution>
                   <goals>