This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-skin.git
commit 2f810f221dd74334cbfd2109f46e76644ad2c9a7 Author: Alex Herbert <[email protected]> AuthorDate: Tue Sep 1 10:21:46 2026 +0100 Bump to next development version --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 877133e..06eabc5 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>104</version> </parent> <artifactId>commons-skin</artifactId> - <version>5.3.0</version> + <version>5.4.0-SNAPSHOT</version> <name>Apache Commons Skin</name> <description>Apache Commons Skin</description> <inceptionYear>2006</inceptionYear> @@ -52,16 +52,16 @@ <commons.componentid>skin</commons.componentid> <commons.packageId>skin</commons.packageId> <commons.release.isDistModule>true</commons.release.isDistModule> - <commons.release.version>5.3.0</commons.release.version> - <commons.release.next>5.4.0</commons.release.next> - <commons.bc.version>5.2.0</commons.bc.version> + <commons.release.version>5.4.0</commons.release.version> + <commons.release.next>5.5.0</commons.release.next> + <commons.bc.version>5.3.0</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 is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2026-08-25T14:46:57Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-09-01T09:21:11Z</project.build.outputTimestamp> </properties> <build> <defaultGoal>clean artifact:check-buildplan verify</defaultGoal>
