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/05 00:07:28 UTC

[commons-pool] branch master updated: Update site from maven-pmd-plugin 3.11.0 to 3.12.0.

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 c3b289c  Update site from maven-pmd-plugin 3.11.0 to 3.12.0.
c3b289c is described below

commit c3b289cf9a47bc312b4996f039383d55a01fd7a2
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Jul 4 20:07:25 2019 -0400

    Update site from maven-pmd-plugin 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 b2801a1..e27e851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,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>