Skip to content

Commit 72afb52

Browse files
committed
Prepare for the next release candidate
1 parent 25df897 commit 72afb52

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Apache Commons Skin
4545

4646
[![Java CI](https://github.com/apache/commons-skin/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-skin/actions/workflows/maven.yml)
4747
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-skin?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-skin)
48-
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-skin/5.1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-skin/5.1.0)
48+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-skin/5.2.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-skin/5.2.0)
4949
[![CodeQL](https://github.com/apache/commons-skin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-skin/actions/workflows/codeql-analysis.yml)
5050
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-skin/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-skin)
5151

@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories:
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-skin</artifactId>
71-
<version>5.1.0</version>
71+
<version>5.2.0</version>
7272
</dependency>
7373
```
7474

RELEASE-NOTES.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
Apache Commons Skin 5.2.0 Release Notes
2+
------------------------------------------------
3+
4+
The Apache Commons Skin team is pleased to announce the release of Apache Commons Skin 5.2.0.
5+
6+
This is a feature and maintenance release. Java 8 or later is required.
7+
8+
Changes in this version include:
9+
10+
11+
Fixed Bugs:
12+
o The Project logotype must use the word "Apache", not "The ASF". Thanks to Gary Gregory.
13+
14+
Changes:
15+
o Bump commons-parent from 87 to 89. Thanks to Gary Gregory.
16+
17+
18+
19+
You can test Apache Commons Skin by installing the skin using 'mvn install'
20+
and adding the following to your site.xml site descriptor for the maven-site-plugin:
21+
22+
<skin>
23+
<groupId>org.apache.commons</groupId>
24+
<artifactId>commons-skin</artifactId>
25+
<version>5.2.0</version>
26+
</skin>
27+
28+
<custom>
29+
<!-- Custom properties controlling the commons-skin template. -->
30+
<commonsSkin>
31+
<!--
32+
Convert preformatted source section tags to prettyprint:
33+
<div class="source"><pre> to <div class="source"><pre class="prettyprint">
34+
-->
35+
<prettyPrintSourcePreTags>true</prettyPrintSourcePreTags>
36+
37+
<!-- Add the "linenums" class to the prettyprint enabled source tags -->
38+
<prettyPrintLineNumbersEnabled>false</prettyPrintLineNumbersEnabled>
39+
</commonsSkin>
40+
</custom>
41+
42+
-----------------------------------------------------------------------------
143
Apache Commons Skin 5.1.0 Release Notes
244
---------------------------------------
345

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The <action> type attribute can be add,update,fix,remove.
5858
The changes report outputs actions in the order they appear in this file.
5959
-->
6060
<body>
61-
<release version="5.2.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
61+
<release version="5.2.0" date="2025-10-18" description="This is a feature and maintenance release. Java 8 or later is required.">
6262
<!-- FIX -->
6363
<action type="fix" dev="ggregory" due-to="Gary Gregory">The Project logotype must use the word "Apache", not "The ASF".</action>
6464
<!-- ADD -->

0 commit comments

Comments
 (0)