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 376efda commit d2e252a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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/samples/changes-report.html'
body: 'Changes: https://wcm.io/samples/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.5.0" date="not released">
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit d2e252a

Please sign in to comment.