You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/25 20:45:37 UTC

[commons-dbcp] branch release updated: maven-pmd-plugin 3.11.0 -> 3.12.0.

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


The following commit(s) were added to refs/heads/release by this push:
     new 1fcd2b8  maven-pmd-plugin 3.11.0 -> 3.12.0.
1fcd2b8 is described below

commit 1fcd2b82c791d001168465c779dbaf0a955f8beb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 25 16:45:34 2019 -0400

    maven-pmd-plugin 3.11.0 -> 3.12.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a9d7845..04e3b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,7 +487,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>