This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push: new 557181cd Revert "Remove commons.releaseManagerName and commons.releaseManagerKey" 557181cd is described below commit 557181cdcfbf11a760855ffe6649127df3433b10 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 3 08:10:30 2023 -0400 Revert "Remove commons.releaseManagerName and commons.releaseManagerKey" This reverts commit d91876aaa9e7fa39fc99b4e4070d1885699f1857. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 680bfae8..0714c2bf 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,8 @@ <commons.rc.version>RC2</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> + <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName> + <commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey> </properties>