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 5328a76 [MPMD-302] - Upgrade to PMD 6.27.0
5328a76 is described below
commit 5328a76da90bb0cda6f50a28656b5d3642ceb71f
Author: Andreas Dangel <[email protected]>
AuthorDate: Tue Sep 1 08:56:40 2020 +0200
[MPMD-302] - Upgrade to PMD 6.27.0
---
pom.xml | 8 +-------
src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm | 2 +-
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6ea982d..3a8eec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@ under the License.
<doxiaVersion>1.9.1</doxiaVersion>
<doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
<javaVersion>7</javaVersion><!-- Because PMD 5.4+ requires Java 7 -->
- <pmdVersion>6.26.0</pmdVersion>
+ <pmdVersion>6.27.0</pmdVersion>
<sitePluginVersion>3.7.1</sitePluginVersion>
<projectInfoReportsPluginVersion>3.0.0</projectInfoReportsPluginVersion>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
@@ -136,12 +136,6 @@ under the License.
<!-- pmd -->
<dependency>
<groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- <!-- overwrite version from pmd-core. 1.3 is still compatible with
java7, 1.6 not. -->
- <version>1.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
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 74266c1..ccefb44 100644
--- a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
+++ b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
@@ -88,7 +88,7 @@ Upgrading PMD at Runtime
*--------------------------------------------------------------------------------*--------------------------------------------------*
| <<maven-pmd-plugin>>
| <<PMD>> |
*--------------------------------------------------------------------------------*--------------------------------------------------*
-|
{{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.14.0/}3.14.0}}
| {{{https://pmd.github.io/pmd-6.26.0/}6.26.0}} |
+|
{{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.14.0/}3.14.0}}
| {{{https://pmd.github.io/pmd-6.27.0/}6.27.0}} |
*--------------------------------------------------------------------------------*--------------------------------------------------*
|
{{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.13.0/}3.13.0}}
| {{{https://pmd.github.io/pmd-6.21.0/}6.21.0}} |
*--------------------------------------------------------------------------------*--------------------------------------------------*