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-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 8bc28ea4 Remove commons.releaseManagerName and
commons.releaseManagerKey
8bc28ea4 is described below
commit 8bc28ea4d90619a176a07f6f0419e220d175b211
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 3 07:53:42 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 1e09c163..8cc50a8d 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -40,8 +40,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>