This is an automated email from the ASF dual-hosted git repository.

adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 80688cc0a4d7fd471b22e44c9db5fc44637e03ca
Author: Andreas Dangel <adan...@apache.org>
AuthorDate: Tue Sep 1 12:14:56 2020 +0200

    [MPMD-302] - Update doc with supported targetJdk options
    
    With the update to PMD 6.27.0 Java14 and Java15 are supported.
---
 src/main/java/org/apache/maven/plugins/pmd/PmdReport.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java 
b/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
index 9f008c3..64a0068 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
@@ -97,7 +97,8 @@ public class PmdReport
      * The target JDK to analyze based on. Should match the source used in the 
compiler plugin. Valid values
      * with the default PMD version are
      * currently <code>1.3</code>, <code>1.4</code>, <code>1.5</code>, 
<code>1.6</code>, <code>1.7</code>,
-     * <code>1.8</code>, <code>9</code>, <code>10</code>, <code>11</code>, 
<code>12</code>, and <code>13</code>.
+     * <code>1.8</code>, <code>9</code>, <code>10</code>, <code>11</code>, 
<code>12</code>, <code>13</code>,
+     * <code>14</code>, and <code>15</code>.
      *
      * <p> You can override the default PMD version by specifying PMD as a 
dependency,
      * see <a href="examples/upgrading-PMD-at-runtime.html">Upgrading PMD at 
Runtime</a>.</p>

Reply via email to