This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch
dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0 by
this push:
new 244923c RAT-290: Extract pmd plugin version as property and update to
3.16.0
244923c is described below
commit 244923c74396c6b199431404cb87bf565a26425a
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Feb 20 10:37:39 2022 +0100
RAT-290: Extract pmd plugin version as property and update to 3.16.0
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c8a70f7..f491c6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@ agnostic home for software distribution comprehension and
audit tools.
<mavenPluginPluginVersion>3.6.4</mavenPluginPluginVersion>
<mavenChangesVersion>2.12.1</mavenChangesVersion>
<mavenJavadocPluginVersion>3.3.2</mavenJavadocPluginVersion>
+ <mavenPmdPluginVersion>3.16.0</mavenPmdPluginVersion>
<previousRatVersion>0.13</previousRatVersion>
</properties>
<distributionManagement>
@@ -228,7 +229,7 @@ agnostic home for software distribution comprehension and
audit tools.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.16.0</version>
+ <version>${mavenPmdPluginVersion}</version>
<reportSets>
<reportSet>
<reports>
@@ -307,7 +308,7 @@ agnostic home for software distribution comprehension and
audit tools.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.16.0</version>
+ <version>${mavenPmdPluginVersion}</version>
<configuration>
<targetJdk>${javaVersion}</targetJdk>
</configuration>