Skip to content

Commit

Permalink
Add property commons.main.branch
Browse files Browse the repository at this point in the history
Add property commons.release.branch
  • Loading branch information
garydgregory committed Jan 7, 2025
1 parent 5c4aa65 commit 58e18d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.">
Expand Down

0 comments on commit 58e18d1

Please sign in to comment.