Repository: commons-text Updated Branches: refs/heads/master 8bbbc9fc6 -> e8b7eb9d3
Update Maven PMD plugin from 3.8 to 3.9.0. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e8b7eb9d Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/e8b7eb9d Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/e8b7eb9d Branch: refs/heads/master Commit: e8b7eb9d3f96f5a9f076f763031158f9718de6bf Parents: 8bbbc9f Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Feb 12 11:52:20 2018 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Feb 12 11:52:20 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/e8b7eb9d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f1115d3..8ab2bcf 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.8</version> + <version>3.9.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>