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 0106ee6 commit c9204ef
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 20 deletions.
5 changes: 3 additions & 2 deletions browser/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.1.0" date="not released">
Expand Down
2 changes: 1 addition & 1 deletion browser/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
Contains the [HAL Browser][hal-browser] JavaScript application from Mike Kelly and mounts it at `/hal`


[changelog]: changes-report.html
[changelog]: changes.html
[hal-browser]: https://github.com/mikekelly/hal-browser
5 changes: 3 additions & 2 deletions comparison/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.0.1" date="not released">
Expand Down
2 changes: 1 addition & 1 deletion comparison/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Library for recursively comparing a tree of JSON HAL resources.


[apidocs]: apidocs/
[changelog]: changes-report.html
[changelog]: changes.html
5 changes: 3 additions & 2 deletions docs-annotations/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="0.6.0" date="not released">
Expand Down
2 changes: 1 addition & 1 deletion docs-annotations/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ See [HAL Interface Documentation][hal-docs] for a usage description.


[apidocs]: apidocs/
[changelog]: changes-report.html
[changelog]: changes.html
[hal-docs]: https://caravan.wcm.io/hal/docs/
5 changes: 3 additions & 2 deletions docs-maven-plugin/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="0.6.0" date="not released">
Expand Down
2 changes: 1 addition & 1 deletion docs-maven-plugin/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ See [HAL Interface Documentation][hal-docs] for a usage description.


[plugindocs]: plugin-info.html
[changelog]: changes-report.html
[changelog]: changes.html
[hal-docs]: https://caravan.wcm.io/hal/docs/
5 changes: 3 additions & 2 deletions docs/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="0.6.0" date="2016-03-18">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ See [Usage][usage] for a detailed description.


[usage]: usage.html
[changelog]: changes-report.html
[changelog]: changes.html
[hal-browser]: https://caravan.wcm.io/hal/browser/
5 changes: 3 additions & 2 deletions parent/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.2.0" date="not released">
Expand Down
5 changes: 3 additions & 2 deletions resource/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.1.0" date="2016-03-16">
Expand Down
2 changes: 1 addition & 1 deletion resource/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Library for building and reading JSON HAL resources.

[usage]: usage.html
[apidocs]: apidocs/
[changelog]: changes-report.html
[changelog]: changes.html


### Overview
Expand Down

0 comments on commit c9204ef

Please sign in to comment.