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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 27bfc29 Pick up maven-pmd-plugin version from parent 27bfc29 is described below commit 27bfc2921f2cd3a25231fd0e00ac37976ade25c2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 09:26:23 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 fd58297..bd84786 100644 --- a/pom.xml +++ b/pom.xml @@ -532,7 +532,6 @@ The following provides more details on the included cryptographic software: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>${commons.pmd.version}</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> <skipEmptyReport>false</skipEmptyReport>