You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/02/07 19:11:34 UTC

svn commit: r1728997 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: khmarbaise
Date: Sun Feb  7 18:11:34 2016
New Revision: 1728997

URL: http://svn.apache.org/viewvc?rev=1728997&view=rev
Log:
Let the parents do its work.

Modified:
    maven/plugins/trunk/maven-source-plugin/pom.xml

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=1728997&r1=1728996&r2=1728997&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Sun Feb  7 18:11:34 2016
@@ -75,12 +75,6 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <!--
-      ! Here we start with JDK 6 for release 3.X
-    -->
-    <maven.compiler.target>1.6</maven.compiler.target>
-    <maven.compiler.source>1.6</maven.compiler.source>
-
   </properties>
 
   <dependencies>