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/06/03 21:17:16 UTC

svn commit: r1746767 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: khmarbaise
Date: Fri Jun  3 21:17:16 2016
New Revision: 1746767

URL: http://svn.apache.org/viewvc?rev=1746767&view=rev
Log:
Removed properties for setting target/source cause it's inherited 
from parent.

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

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=1746767&r1=1746766&r2=1746767&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Fri Jun  3 21:17:16 2016
@@ -67,11 +67,6 @@ under the License.
   <properties>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <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>
 
   <contributors>