Upgrade parent and remove custom license copying

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@525655 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f3de0ec..7b1b7cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>5</version>
+    <version>7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -35,29 +35,6 @@
   <name>Maven Dependency Tree</name>
 
   <build>
-    <resources>
-      <!-- Include the apache process LICENSE and NOTICE
-           files.
-           -->
-      <resource>
-        <targetPath>META-INF</targetPath>
-        <filtering>false</filtering>
-        <directory>${basedir}</directory>
-        <includes>
-          <include>LICENSE</include>
-          <include>NOTICE</include>
-        </includes>
-      </resource>
-      <!-- Include super-pom defined main/resources
-           Removing this section will break the build.
-           Since we have defined a new build/resources
-           section for the Apache process LICENSE and NOTICE
-           files, this original default section is now
-           required. -->
-      <resource>
-        <directory>${basedir}/src/main/resources</directory>
-      </resource>
-    </resources>
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>