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
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>