This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit 9045edd76c63a56dfb869a2776c1b3b8634ecd7a Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jul 30 09:41:54 2019 -0400 Revert "maven-pmd-plugin 3.11.0 -> 3.12.0." This reverts commit 1fcd2b82c791d001168465c779dbaf0a955f8beb. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 04e3b2f..a9d7845 100644 --- a/pom.xml +++ b/pom.xml @@ -487,7 +487,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.12.0</version> + <version>3.11.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>