RAT-200: Update to latest ASF17.

* Move pmd-maven-plugin version to management section.
* Unfortunately there is no PMD report in submodule rat-tasks.


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1680392 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index f52601c..23af7b7 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -160,4 +160,13 @@
       </plugins>
     </pluginManagement>
   </build>
+  <!-- Strangely no PMD report appears in this submodule -->
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>
diff --git a/pom.xml b/pom.xml
index 0dd04bc..0b4a160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,11 +207,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <!-- Later versions require Java 1.6+ -->
-        <version>3.1</version>
-        <configuration>
-          <targetJdk>${javaVersion}</targetJdk>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -278,7 +273,8 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.2</version>
+          <!-- Later versions require Java 1.6+ -->
+          <version>3.1</version>
           <configuration>
             <targetJdk>${javaVersion}</targetJdk>
           </configuration>