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-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new ff54cde9 Remove commons.releaseManagerName and
commons.releaseManagerKey
ff54cde9 is described below
commit ff54cde99fe26a592eb47635d73101c26806aa5a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 3 07:52:44 2023 -0400
Remove commons.releaseManagerName and commons.releaseManagerKey
---
dist-archive/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index deeb9514..17453d9b 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -39,8 +39,6 @@ under the License.
<commons.siteOutputDirectory>${basedir}/../target/site</commons.siteOutputDirectory>
<commons.releaseNotesLocation>${basedir}/../RELEASE-NOTES.txt</commons.releaseNotesLocation>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
- <commons.releaseManagerName>Alex Herbert</commons.releaseManagerName>
-
<commons.releaseManagerKey>BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567</commons.releaseManagerKey>
</properties>
<build>