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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new fddf0ae6 Remove commons.releaseManagerName and
commons.releaseManagerKey
fddf0ae6 is described below
commit fddf0ae64ee631880a9ceb24b576a3a5a04593ce
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 3 07:50:59 2023 -0400
Remove commons.releaseManagerName and commons.releaseManagerKey
---
pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 30a48a00..61814467 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,9 +323,6 @@
<!-- Commons Release Plugin -->
<commons.bc.version>2.9.0</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
- <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
- <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
-
<japicmp.skip>false</japicmp.skip>
<spotbugs.skip>false</spotbugs.skip>
<findbugs.skip>true</findbugs.skip>