Skip to content

Commit 982504d

Browse files
committed
maven-changes-plugin uses a new report name "changes.html"
1 parent 3143f21 commit 982504d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/release-from-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: ncipollo/release-action@v1
1717
with:
18-
body: 'Changes: https://wcm.io/caconfig/extensions/changes-report.html'
18+
body: 'Changes: https://wcm.io/caconfig/extensions/changes.html'
1919
token: ${{ secrets.GITHUB_TOKEN }}

changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
#L%
2020
-->
2121

22-
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0"
23-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
22+
<document xmlns="http://maven.apache.org/changes/2.0.0"
23+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2425
<body>
2526

2627
<release version="1.10.0" date="2024-12-10">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.parent_toplevel</artifactId>
28-
<version>2.4.2</version>
28+
<version>2.4.3-SNAPSHOT</version>
2929
<relativePath/>
3030
</parent>
3131

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Sources: https://github.com/wcm-io/io.wcm.caconfig.extensions
5151

5252

5353
[usage]: usage.html
54-
[changelog]: changes-report.html
54+
[changelog]: changes.html
5555
[context-path-strategies]: context-path-strategies.html
5656
[persistence-strategies]: persistence-strategies.html
5757
[override-providers]: override-providers.html

0 commit comments

Comments
 (0)