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-io.git
The following commit(s) were added to refs/heads/master by this push: new 2dc4f3fc Remove commons.releaseManagerName and commons.releaseManagerKey 2dc4f3fc is described below commit 2dc4f3fc103c829713769ec32d444b18f9988c3f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 3 07:52:20 2023 -0400 Remove commons.releaseManagerName and commons.releaseManagerKey --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7ed5beb4..d21b0e89 100644 --- a/pom.xml +++ b/pom.xml @@ -328,8 +328,6 @@ file comparators, endian transformation classes, and much more. <japicmp.skip>false</japicmp.skip> <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip> <commons.release.isDistModule>true</commons.release.isDistModule> - <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> - <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey> </properties> <build>