From 6329855e6b805e9ebd32da9b6a2c1709132ff95d Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Fri, 10 Jan 2025 11:15:29 +0100 Subject: [PATCH] maven-changes-plugin uses a new report name "changes.html" --- .github/workflows/release-from-tag.yml | 2 +- changes.xml | 5 +++-- 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 8028d67..0ab0729 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/handler/richtext/changes-report.html' + body: 'Changes: https://wcm.io/handler/richtext/changes.html' token: ${{ secrets.GITHUB_TOKEN }} diff --git a/changes.xml b/changes.xml index eabeec3..efe3b90 100644 --- a/changes.xml +++ b/changes.xml @@ -19,8 +19,9 @@ #L% --> - + diff --git a/pom.xml b/pom.xml index b2b4fc4..7003555 100644 --- a/pom.xml +++ b/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 55b3187..c30d0a5 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -64,7 +64,7 @@ Sources: https://github.com/wcm-io/io.wcm.handler.richtext [general-concepts]: general-concepts.html [rte-link-plugin]: rte-link-plugin.html [apidocs]: apidocs/ -[changelog]: changes-report.html +[changelog]: changes.html [link-handler]: ../link/ [media-handler]: ../media/ [ui-package]: apidocs/io/wcm/handler/richtext/ui/package-summary.html