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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new ca6851e Update maven-pmd-plugin from 3.11.0 to 3.12.0.
ca6851e is described below
commit ca6851e3ecff84f5a5148e26caed6e113f444198
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 23 15:20:16 2019 -0400
Update maven-pmd-plugin from 3.11.0 to 3.12.0.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index afb8f08..df0d271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -676,7 +676,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>