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 1d1116e  [MPMD-356] - Upgrade to PMD 6.50.0 (#98)
1d1116e is described below

commit 1d1116efe4452bb047015486b635b900d8814ec1
Author: Andreas Dangel <adan...@apache.org>
AuthorDate: Fri Sep 30 19:57:25 2022 +0200

    [MPMD-356] - Upgrade to PMD 6.50.0 (#98)
---
 pom.xml                                               | 2 +-
 src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2a7de8c..e849611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@ under the License.
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
     <javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
-    <pmdVersion>6.49.0</pmdVersion>
+    <pmdVersion>6.50.0</pmdVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <sitePluginVersion>3.12.1</sitePluginVersion>
diff --git a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm 
b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
index b6128e0..5d56fda 100644
--- a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
+++ b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
@@ -88,6 +88,8 @@ Upgrading PMD at Runtime
 
*--------------------------------------------------------------------------------*--------------------------------------------------*
 | <<maven-pmd-plugin>>                                                         
  | <<PMD>>                                          |
 
*--------------------------------------------------------------------------------*--------------------------------------------------*
+| 
{{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.20.0/}3.20.0}} 
| {{{https://pmd.github.io/pmd-6.50.0/}6.50.0}}    |
+*--------------------------------------------------------------------------------*--------------------------------------------------*
 | 
{{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.19.0/}3.19.0}} 
| {{{https://pmd.github.io/pmd-6.49.0/}6.49.0}}    |
 
*--------------------------------------------------------------------------------*--------------------------------------------------*
 | 
{{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.18.0/}3.18.0}} 
| {{{https://pmd.github.io/pmd-6.48.0/}6.48.0}}    |

Reply via email to