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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new f0e900be Remove commons.releaseManagerName and
commons.releaseManagerKey
f0e900be is described below
commit f0e900be7377c9ecb973e6a30c0f94cef692abb7
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 3 08:11:54 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 6a989dd6..330ff912 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,8 +53,6 @@
<!-- Commons Release Plugin -->
<commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
- <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
- <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
<!-- Temp until commons-parent 59, fixes GHA build somehow? -->
<commons.felix.version>5.1.9</commons.felix.version>
<commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>