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

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


The following commit(s) were added to refs/heads/master by this push:
     new 20dd485  Release Manager details should be local to user
20dd485 is described below

commit 20dd4856e30705f1eb85e04cbfc734e10b54be1f
Author: Sebb <s...@apache.org>
AuthorDate: Mon Oct 2 23:43:36 2023 +0100

    Release Manager details should be local to user
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62ecf4b..26155cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,10 +96,15 @@
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <!-- Commons Release Plugin -->
+    <!-- Previous version of the component (used for reporting binary 
compatibility check)-->
     <commons.bc.version>62</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
-    <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
+    <!--
+      Define the following in ~/.m2/settings.xml in an active profile:
+      (or provide them on the command line)
+      commons.releaseManagerName
+      commons.releaseManagerKey
+    -->
 
     <!-- Default configuration for compiler source and target JVM -->
     <!-- Do NOT change this; it must remain as 1.3 -->

Reply via email to