This is an automated email from the ASF dual-hosted git repository.
ggregory 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 58e18d1 Add property commons.main.branch
58e18d1 is described below
commit 58e18d17fbc3eeea65be606dec7cc1acf22e64cc
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 7 15:07:36 2025 -0500
Add property commons.main.branch
Add property commons.release.branch
---
pom.xml | 2 ++
src/changes/changes.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 549392f..1dbd4ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,8 @@
<!-- configuration bits for cutting a release candidate, must be
overridden by components -->
<!-- TODO How can we make project.build.outputTimestamp and changes.xml's
release data the same? -->
<project.build.outputTimestamp>2025-01-07T20:03:59Z</project.build.outputTimestamp>
+ <commons.main.branch>master</commons.main.branch>
+ <commons.release.branch>release</commons.release.branch>
<commons.release.version>79</commons.release.version>
<commons.release.next>80</commons.release.next>
<commons.rc.version>RC2</commons.rc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b0a5854..70d9868 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,8 @@ The <action> type attribute can be add,update,fix,remove.
<release version="80" date="YYYY-MM-DD" description="Version 80: This
is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<!-- ADD -->
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add property
commons.main.branch.</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add property
commons.release.branch.</action>
<!-- UPDATE -->
</release>
<release version="79" date="2025-01-03" description="Version 79: This is
a feature and maintenance release. Java 8 or later is required.">