You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/04/25 17:11:30 UTC

[mina-sshd] 03/05: Upgraded Maven PMD plugin version to 3.12.0

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 3851cb422069974865dc6ec21b91c2ac267849b5
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 23 11:56:59 2019 +0300

    Upgraded Maven PMD plugin version to 3.12.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0099a0..b44727c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -925,7 +925,7 @@
                 <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-pmd-plugin</artifactId>
-                   <version>3.11.0</version>
+                   <version>3.12.0</version>
                    <configuration>
                        <targetJdk>${javac.target}</targetJdk>
                        <printFailingErrors>true</printFailingErrors>