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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 9744d5f maven-pmd-plugin 3.10.0 -> 3.11.0. 9744d5f is described below commit 9744d5f6f5fad365be9a6f1379d741c1b5cd4949 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Sun Feb 3 16:05:52 2019 -0500 maven-pmd-plugin 3.10.0 -> 3.11.0. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 66c8933..a1def9a 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.10.0</version> + <version>3.11.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>