From 83bffc14bb94f5257a986f83f5e6973330868865 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Fri, 10 Jan 2025 11:14:53 +0100 Subject: [PATCH] maven-changes-plugin uses a new report name "changes.html" --- .github/workflows/release-from-tag.yml | 2 +- changes.xml | 5 +++-- parent/pom.xml | 2 +- src/site/markdown/index.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-from-tag.yml b/.github/workflows/release-from-tag.yml index a4ecb0bc..27949327 100644 --- a/.github/workflows/release-from-tag.yml +++ b/.github/workflows/release-from-tag.yml @@ -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 }} diff --git a/changes.xml b/changes.xml index cdb907ff..226d210b 100644 --- a/changes.xml +++ b/changes.xml @@ -19,8 +19,9 @@ #L% --> - + diff --git a/parent/pom.xml b/parent/pom.xml index 527f2ca3..60eab715 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.parent_toplevel - 2.4.2 + 2.4.3-SNAPSHOT diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 744ea7f4..f614c81c 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -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