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 <[email protected]> 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 "[email protected]" <[email protected]>.
