This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 3957d1d Update maven-pmd-plugin from 3.9 to 3.12.0.
3957d1d is described below
commit 3957d1db8c8cf49c932ce90edcb37c71a41e939d
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 23 13:53:14 2019 -0400
Update maven-pmd-plugin from 3.9 to 3.12.0.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ddb94b0..94f69c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.8</version>
+ <version>3.12.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<linkXref>true</linkXref>