Skip to content

Commit 7365b36

Browse files
committed
maven-changes-plugin uses a new report name "changes.html"
1 parent 720a167 commit 7365b36

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This plugin extends [CONGA][conga] with:
3434
[extensions]: extensions.html
3535
[osgi-config-combined-json]: osgi-config-combined-json.html
3636
[apidocs]: conga-sling-plugin/apidocs/
37-
[changelog]: changes-report.html
37+
[changelog]: changes.html
3838
[conga]: https://devops.wcm.io/conga/
3939
[sling]: http://sling.apache.org/
4040
[sling-provisioning]: https://sling.apache.org/documentation/development/slingstart.html

0 commit comments

Comments
 (0)