Repository: commons-text Updated Branches: refs/heads/master 8cdbbd34b -> 7ed4dc782
Update Maven PMD plugin from 3.7 to 3.8. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7ed4dc78 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7ed4dc78 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7ed4dc78 Branch: refs/heads/master Commit: 7ed4dc7827988bf21fafe4587314cfcbeb3f9173 Parents: 8cdbbd3 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri Sep 22 11:26:59 2017 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri Sep 22 11:26:59 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/7ed4dc78/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 366f160..738ac26 100644 --- a/pom.xml +++ b/pom.xml @@ -270,7 +270,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.7</version> + <version>3.8</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>