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 2022/07/30 11:48:45 UTC

[maven-pmd-plugin] branch master updated (5a0ae88 -> 2ecd578)

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

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


    from 5a0ae88  Bump maven-plugins from 36 to 37
     add 10d345c  [MPMD-347] - Upgrade to PMD 6.48.0
     add 2ecd578  [MPMD-348] - Support Java 19

No new revisions were added by this update.

Summary of changes:
 pom.xml                                               |  2 +-
 .../invoker.properties                                | 11 +++++------
 .../pom.xml                                           | 19 +++++++++++--------
 .../src/main/java/com/mycompany/app/App.java          |  0
 .../src/main/java/com/mycompany/app/Foo.java          |  0
 .../verify.groovy                                     |  0
 .../java/org/apache/maven/plugins/pmd/PmdReport.java  |  2 +-
 src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm |  2 +-
 src/site/markdown/releasenotes.md                     |  4 ++++
 9 files changed, 23 insertions(+), 17 deletions(-)
 copy src/it/{MPMD-304-toolchain-support => MPMD-348-JDK19}/invoker.properties (76%)
 copy src/it/{MPMD-304-toolchain-support => MPMD-348-JDK19}/pom.xml (86%)
 copy src/it/{MPMD-270-325-JDK11 => MPMD-348-JDK19}/src/main/java/com/mycompany/app/App.java (100%)
 copy src/it/{MPMD-270-325-JDK11 => MPMD-348-JDK19}/src/main/java/com/mycompany/app/Foo.java (100%)
 copy src/it/{MPMD-270-325-JDK11 => MPMD-348-JDK19}/verify.groovy (100%)