Skip to content

Commit 4d56b67

Browse files
committed
Prepare for the release candidate 5.2.0 RC1
1 parent 72afb52 commit 4d56b67

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons Skin 5.2.0 Release Notes
2-
------------------------------------------------
2+
---------------------------------------
33

44
The Apache Commons Skin team is pleased to announce the release of Apache Commons Skin 5.2.0.
55

@@ -15,7 +15,6 @@ Changes:
1515
o Bump commons-parent from 87 to 89. Thanks to Gary Gregory.
1616

1717

18-
1918
You can test Apache Commons Skin by installing the skin using 'mvn install'
2019
and adding the following to your site.xml site descriptor for the maven-site-plugin:
2120

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<version>89</version>
2626
</parent>
2727
<artifactId>commons-skin</artifactId>
28-
<version>5.2.0-SNAPSHOT</version>
28+
<version>5.2.0</version>
2929
<name>Apache Commons Skin</name>
3030
<description>Apache Commons Skin</description>
3131
<inceptionYear>2006</inceptionYear>
@@ -61,7 +61,7 @@
6161
<commons.distSvnStagingUrl></commons.distSvnStagingUrl>
6262
<moditect.skip>true</moditect.skip>
6363
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
64-
<project.build.outputTimestamp>2025-09-16T19:30:46Z</project.build.outputTimestamp>
64+
<project.build.outputTimestamp>2025-10-18T12:19:05Z</project.build.outputTimestamp>
6565
</properties>
6666
<build>
6767
<defaultGoal>clean artifact:check-buildplan verify</defaultGoal>

src/changes/release-notes.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## under the License.
1717
##
1818
${project.name} ${version} Release Notes
19-
------------------------------------------------
19+
---------------------------------------
2020

2121
The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}.
2222

0 commit comments

Comments
 (0)