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 17f89fa [build] maven-pmd-plugin 3.12.0 -> 3.13.0. 17f89fa is described below commit 17f89fa27c531268fc5819dd34142b99b813b2fa Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 2 16:19:11 2020 -0400 [build] maven-pmd-plugin 3.12.0 -> 3.13.0. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1d6be4..ba4111e 100644 --- a/pom.xml +++ b/pom.xml @@ -252,7 +252,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7ac4643..79869bc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">[build] checkstyle.plugin.version 3.1.0 -> 3.1.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] checkstyle.version 8.27 -> 8.33.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] org.apache.commons:commons-parent 48 -> 51.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">[build] maven-pmd-plugin 3.12.0 -> 3.13.0.</action> </release> <release version="1.8" date="2019-08-30" description="Release 1.8">