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 05cb9952 Pick up maven-pmd-plugin version from parent 05cb9952 is described below commit 05cb995295e6eb45e679ea08b90b49c005f5689c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 09:29:13 2023 -0500 Pick up maven-pmd-plugin version from parent --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 419eab0e..92ca46f3 100644 --- a/pom.xml +++ b/pom.xml @@ -285,7 +285,6 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.19.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>