remove redundant section


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@926425 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 2e2b2a3..19349ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,31 +251,6 @@
             <artifactId>maven-changelog-plugin</artifactId>
             <version>2.1</version>
           </plugin>
-          <!-- TODO: remove when maven-plugins parent pom 12 is released -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-plugin-plugin</artifactId>
-            <version>2.4.3</version>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.5</version>
-            <configuration>
-              <tagletArtifacts>
-                <tagletArtifact>
-                  <groupId>org.apache.maven.plugin-tools</groupId>
-                  <artifactId>maven-plugin-tools-javadoc</artifactId>
-                  <version>2.4.3</version>
-                </tagletArtifact>
-                <tagletArtifact>
-                  <groupId>org.codehaus.plexus</groupId>
-                  <artifactId>plexus-javadoc</artifactId>
-                  <version>1.0</version>
-                </tagletArtifact>
-              </tagletArtifacts>
-            </configuration>
-          </plugin>
         </plugins>
       </reporting>
     </profile>