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

psteitz pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 9b79a0df Add self back to the team and make myself RM.
9b79a0df is described below

commit 9b79a0dfc8886363e3e09c8a98c63ae2510e4220
Author: Phil Steitz <phil.ste...@gmail.com>
AuthorDate: Sat Sep 23 13:58:24 2023 -0700

    Add self back to the team and make myself RM.
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 30ed043c..547827c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,11 @@
       <id>mattsicker</id>
       <organization>The Apache Software Foundation</organization>
     </developer>
+    <developer>
+      <name>Phil Steitz</name>
+      <id>psteitz</id>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -202,8 +207,8 @@
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.11.1</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
-    <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
+    <commons.releaseManagerName>Phil Steitz</commons.releaseManagerName>
+    
<commons.releaseManagerKey>4E2DDD47E19863BB87211544CD3038FEF07D567E</commons.releaseManagerKey>
     
     <japicmp.skip>false</japicmp.skip>
     <spotbugs.skip>false</spotbugs.skip>

Reply via email to