You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/28 11:16:31 UTC

[33/50] httpcomponents-parent git commit: We are now using an Apache parent POM which fixes https://issues.apache.org/jira/browse/MPOM-44.

We are now using an Apache parent POM which fixes https://issues.apache.org/jira/browse/MPOM-44.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project/trunk@1770568 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: efdcd4135e63afa6982543968745cd98e3a9d14b
Parents: df4f8d6
Author: Gary D. Gregory <gg...@apache.org>
Authored: Sun Nov 20 16:22:01 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Sun Nov 20 16:22:01 2016 +0000

----------------------------------------------------------------------
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/efdcd413/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd4beb6..958f6b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,17 +407,6 @@ Fixed JIRA link
 
   <build>
     <plugins>
-    <!--
-        Override the Apache POM which defines the source/target directly rather than using properties.
-         See: https://issues.apache.org/jira/browse/MPOM-44
-     -->
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>${maven.compiler.source}</source>
-          <target>${maven.compiler.target}</target>
-        </configuration>
-      </plugin>
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>