This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit b454d08240d146686efd52b05bd6041c97235a2e Author: Benoit Tellier <[email protected]> AuthorDate: Wed Aug 28 15:09:06 2019 +0700 JAMES-2855 Upgrade PMD plugin to 3.12.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7889b16..723dbb4 100644 --- a/pom.xml +++ b/pom.xml @@ -2841,7 +2841,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.8</version> + <version>3.12.0</version> <configuration> <aggregate>true</aggregate> <targetJdk>${target.jdk}</targetJdk> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
