You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/08 18:15:23 UTC

[maven-mapping] 42/42: Removed maven-compiler-plugin properties, cause this configuration is already done in parent.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mapping.git

commit 2cbdf718bdba01f063626b5ae749f5fe9ed566cb
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Aug 22 20:19:37 2016 +0000

    Removed maven-compiler-plugin properties,
    cause this configuration is already done
    in parent.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1757266 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index af8cda9..c7f91a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,6 @@
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <maven.compiler.target>1.6</maven.compiler.target>
-    <maven.compiler.source>1.6</maven.compiler.source>
   </properties>
 
   <dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.