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-skin.git
commit cb151533e968b1ac57cd482ccffcb8652aa914a8 Author: Gary D. Gregory <[email protected]> AuthorDate: Wed Dec 25 14:04:03 2024 -0500 Bump to next major version 5 Due to migration to Doxia 2 --- pom.xml | 4 +++- src/changes/changes.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 97ee64e..9c05ae3 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>78</version> </parent> <artifactId>commons-skin</artifactId> - <version>4.3-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> <name>Apache Commons Skin</name> <description>Apache Commons Skin</description> <inceptionYear>2006</inceptionYear> @@ -41,6 +41,8 @@ <!-- To use the commons-release plugin --> <commons.componentid>skin</commons.componentid> <commons.release.isDistModule>true</commons.release.isDistModule> + <commons.release.version>5.0.0</commons.release.version> + <commons.release.next>5.0.1</commons.release.next> <commons.bc.version>4.2</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <!-- No svn staging --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1c89907..af17a5d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove. The changes report outputs actions in the order they appear in this file. --> <body> - <release version="4.3" date="TBD" description="New features and bug fixes."> + <release version="5.0.0" date="YYY-MM-DD" description="New features and bug fixes."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #66.</action> <!-- UPDATE -->
