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-geometry.git
The following commit(s) were added to refs/heads/master by this push: new 535a24ab Remove commons.releaseManagerName and commons.releaseManagerKey 535a24ab is described below commit 535a24abbf3ce4e263f470659e925f9304de279e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 3 07:51:38 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 88bcd94b..c630ed9a 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>Matt Juntunen</commons.releaseManagerName> - <commons.releaseManagerKey>7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A</commons.releaseManagerKey> </properties> <build>