RAT-200: Update to latest ASF parent pom 17.

* Fix javadoc warnings when running with JDK8.



git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1680072 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index e753dfc..12da5f4 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -48,6 +48,7 @@
                   (thanks to Karl Heinz Marbaise)
     * [RAT-172] - Exclude technical directories of source code management systems and their ignore files from RAT scans. 
                   Enabled for SVN,Git,Mercurial,Bazar and CVS.
+    * [RAT-200] - Update to latest ASF parent pom v17.
 
 Rat 0.11
 ========
diff --git a/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java b/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
index d9d41af..38ae7ee 100644
--- a/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
+++ b/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
@@ -29,19 +29,18 @@
  * Matches a typical Copyright header line only based on a regex pattern
  * which allows for one (starting) year or year range, and a
  * configurable copyright owner.
- * <p/>
- * <p>The matching is done case insensitive</p>
- * <p/>
+ * <br>
+ * <br>The matching is done case insensitive<br>
+ * <br>
  * Example supported Copyright header lines, using copyright owner &quot;FooBar&quot;
  * <ul>
  * <li>* Copyright 2010 FooBar. *</li>
  * <li>* Copyright 2010-2012 FooBar. *</li>
  * <li>*copyright 2012 foobar*</li>
  * </ul>
- * <p/>
  * <p>Note also that the copyright owner is appended to the regex pattern, so
- * can support additional regex but also requires escaping where needed,<br>
- * e.g. use &quot;FooBar \(www\.foobar\.com\)&quot; for matching &quot;FooBar (www.foobar.com)&quot;</p>
+ * can support additional regex but also requires escaping where needed,<p>
+ * e.g. use &quot;FooBar \(www\.foobar\.com\)&quot; for matching &quot;FooBar (www.foobar.com)&quot;<p>
  *
  * @since Rat 0.9
  */
diff --git a/apache-rat-core/src/main/java/org/apache/rat/annotation/AbstractLicenceAppender.java b/apache-rat-core/src/main/java/org/apache/rat/annotation/AbstractLicenceAppender.java
index 762fc9c..c12a266 100644
--- a/apache-rat-core/src/main/java/org/apache/rat/annotation/AbstractLicenceAppender.java
+++ b/apache-rat-core/src/main/java/org/apache/rat/annotation/AbstractLicenceAppender.java
@@ -344,7 +344,7 @@
      *
      * @param document to retrieve type from.
      * @return not null
-     * @TODO use existing mechanism to detect the type of a file and record it in the report output, thus we will not need this duplication here.
+     * TODO use existing mechanism to detect the type of a file and record it in the report output, thus we will not need this duplication here.
      */
     protected int getType(File document) {
         String path = document.getPath();
diff --git a/pom.xml b/pom.xml
index 9f9761e..0dd04bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>16</version>
+    <version>17</version>
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>