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-skin.git
commit c7a0a92b6f21555029ab255b9e3be508202af64b Author: Gary D. Gregory <[email protected]> AuthorDate: Wed Dec 25 19:20:04 2024 +0000 Prepare for the next release candidate --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9c05ae3..b047314 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>78</version> </parent> <artifactId>commons-skin</artifactId> - <version>5.0.0-SNAPSHOT</version> + <version>5.0.0</version> <name>Apache Commons Skin</name> <description>Apache Commons Skin</description> <inceptionYear>2006</inceptionYear> @@ -40,15 +40,17 @@ <animal.sniffer.skip>true</animal.sniffer.skip> <!-- To use the commons-release plugin --> <commons.componentid>skin</commons.componentid> + <commons.packageId>skin</commons.packageId> <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> + <commons.jira.id>COMMONSSITE</commons.jira.id> <!-- No svn staging --> <commons.distSvnStagingUrl></commons.distSvnStagingUrl> <moditect.skip>true</moditect.skip> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-25T19:08:25Z</project.build.outputTimestamp> </properties> <build>
