You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2019/04/05 16:10:56 UTC

[maven-pmd-plugin] branch master updated: [MPMD-280] maven-pmd-plugin does not support targetJdk 12

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


The following commit(s) were added to refs/heads/master by this push:
     new 119218c  [MPMD-280] maven-pmd-plugin does not support targetJdk 12
119218c is described below

commit 119218c60db52015142e5276434832eea4e1879e
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Wed Apr 3 20:27:24 2019 +0200

    [MPMD-280] maven-pmd-plugin does not support targetJdk 12
    
    Update javadoc for parameter targetJdk.
---
 src/main/java/org/apache/maven/plugins/pmd/PmdReport.java | 2 +-
 1 file changed, 1 insertion(+), 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 bc68b08..0e2fcd2 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
@@ -92,7 +92,7 @@ public class PmdReport
     /**
      * The target JDK to analyze based on. Should match the source used in the compiler plugin. Valid values 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>, and <code>10</code>.
+     * <code>1.8</code>, <code>9</code>, <code>10</code>, <code>11</code>, and <code>12</code>.
      * <p>
      *   <b>Note:</b> this parameter is only used if the language parameter is set to <code>java</code>.
      * </p>