Skip to content

Commit

Permalink
maven-changes-plugin uses a new report name "changes.html"
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 10, 2025
1 parent b25b89d commit 83bffc1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
body: 'Changes: https://wcm.io/caconfig/editor/changes-report.html'
body: 'Changes: https://wcm.io/caconfig/editor/changes.html'
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
#L%
-->

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

<release version="1.16.6" date="2024-09-30">
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.parent_toplevel</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Sources: https://github.com/wcm-io/io.wcm.caconfig.editor
[usage]: usage.html
[validation]: validation.html
[apidocs]: bundle/apidocs/
[changelog]: changes-report.html
[changelog]: changes.html
[sample-app]: https://github.com/wcm-io/wcm-io-caconfig/tree/develop/sample-app

0 comments on commit 83bffc1

Please sign in to comment.