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
The following commit(s) were added to refs/heads/master by this push:
new 646777b Prepare for the next release
646777b is described below
commit 646777ba31d28f752c5043dcc7f95141c79d9e7e
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Oct 17 14:59:19 2025 -0400
Prepare for the next release
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 26caf27..e083912 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<version>89</version>
</parent>
<artifactId>commons-skin</artifactId>
- <version>5.1.1-SNAPSHOT</version>
+ <version>5.2.0-SNAPSHOT</version>
<name>Apache Commons Skin</name>
<description>Apache Commons Skin</description>
<inceptionYear>2006</inceptionYear>
@@ -52,8 +52,8 @@
<commons.componentid>skin</commons.componentid>
<commons.packageId>skin</commons.packageId>
<commons.release.isDistModule>true</commons.release.isDistModule>
- <commons.release.version>5.1.1</commons.release.version>
- <commons.release.next>5.1.2</commons.release.next>
+ <commons.release.version>5.2.0</commons.release.version>
+ <commons.release.next>5.2.1</commons.release.next>
<commons.bc.version>5.1.0</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>COMMONSSITE</commons.jira.id>