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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new ad85c92 Pick up maven-javadoc-plugin version from parent ad85c92 is described below commit ad85c920a20379744033af7339cc37b9e9d98246 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 16:51:17 2023 -0500 Pick up maven-javadoc-plugin version from parent --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index a7a7874..5db520e 100644 --- a/pom.xml +++ b/pom.xml @@ -325,7 +325,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>${commons.javadoc.version}</version> <configuration> <!-- keep only errors and warnings --> <show>private</show>