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-text.git
The following commit(s) were added to refs/heads/master by this push: new d880f68 Update maven-pmd-plugin from 3.10.0 to 3.11.0. d880f68 is described below commit d880f686338f63b8e0860ad37da190fda792eecf Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Mar 3 09:12:58 2019 -0500 Update maven-pmd-plugin from 3.10.0 to 3.11.0. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f64e930..237800a 100644 --- a/pom.xml +++ b/pom.xml @@ -223,7 +223,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.10.0</version> + <version>3.11.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>