Skip to content

Commit 33c0160

Browse files
committed
maven-changes-plugin uses a new report name "changes.html"
1 parent 9e49ebc commit 33c0160

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.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://devops.wcm.io/conga/plugins/aem/changes-report.html'
18+
body: 'Changes: https://devops.wcm.io/conga/plugins/aem/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 https://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="2.20.2" date="not released">

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Additionally the CONGA AEM Maven plugin is provided which allows to deploy a bun
4343
[extensions]: extensions.html
4444
[apidocs]: conga-aem-plugin/apidocs/
4545
[plugindocs]: tooling/conga-aem-maven-plugin/plugin-info.html
46-
[changelog]: changes-report.html
46+
[changelog]: changes.html
4747
[aem]: http://www.adobe.com/solutions/web-experience-management.html
4848
[conga]: https://devops.wcm.io/conga/
4949
[conga-sling]: https://devops.wcm.io/conga/plugins/sling/

0 commit comments

Comments
 (0)