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 2016/11/20 16:22:02 UTC

svn commit: r1770568 - /httpcomponents/project/trunk/pom.xml

Author: ggregory
Date: Sun Nov 20 16:22:01 2016
New Revision: 1770568

URL: http://svn.apache.org/viewvc?rev=1770568&view=rev
Log:
We are now using an Apache parent POM which fixes https://issues.apache.org/jira/browse/MPOM-44.

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1770568&r1=1770567&r2=1770568&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Sun Nov 20 16:22:01 2016
@@ -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>