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-math.git
The following commit(s) were added to refs/heads/master by this push:
new 063b294ff Remove commons.releaseManagerName and
commons.releaseManagerKey
063b294ff is described below
commit 063b294ffc826149b1a4aa73841c94805398d5b2
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 3 07:53:06 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 7dc89f34d..699aa42b1 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>Gilles Sadowski</commons.releaseManagerName>
-
<commons.releaseManagerKey>B39617E095CD748DFE505816703413011E22D5B8</commons.releaseManagerKey>
</properties>
<build>