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-email.git
commit 5d017376a98dfe481a11064bb538699039b4a1e5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 13 15:54:58 2023 -0500 Pick up plugin version from parent POM --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 10acf66..da871fd 100644 --- a/pom.xml +++ b/pom.xml @@ -380,7 +380,6 @@ <plugin> <groupId>org.apache.commons</groupId> <artifactId>commons-release-plugin</artifactId> - <version>1.8.1</version> <configuration> <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/email</distSvnStagingUrl> </configuration>