You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/18 15:28:19 UTC

[commons-parent] branch release updated: Add release plugin info.

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

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


The following commit(s) were added to refs/heads/release by this push:
     new efd8232  Add release plugin info.
efd8232 is described below

commit efd8232f4811706ad21bc3583e32d2473256b8d8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 18 11:24:01 2022 -0400

    Add release plugin info.
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0e7a6e3..3d4bdb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,8 +92,12 @@
     <project.build.outputTimestamp>2022-09-18T13:49:41Z</project.build.outputTimestamp>
     <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.bc.version>53</commons.bc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
+    <!-- Commons Release Plugin -->
+    <commons.bc.version>53</commons.bc.version>
+    <commons.release.isDistModule>true</commons.release.isDistModule>
+    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
+    <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
 
     <!-- Default configuration for compiler source and target JVM -->
     <!-- Do NOT change this; it must remain as 1.3 -->