You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/01/22 04:45:53 UTC

[commons-codec] 01/02: Update release manager info

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 9e38a8a7327375f2841ac141390ffafa3933359a
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Fri Jan 21 22:42:04 2022 -0600

    Update release manager info
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a44ef4..070869c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,8 +275,8 @@ limitations under the License.
     <commons.release-plugin.version>1.7</commons.release-plugin.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>Alex Herbert</commons.releaseManagerName>
-    <commons.releaseManagerKey>BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567</commons.releaseManagerKey>
+    <commons.releaseManagerName>Matt Sicker</commons.releaseManagerName>
+    <commons.releaseManagerKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</commons.releaseManagerKey>
   </properties>
   <build>
     <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>