File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
- uses : ncipollo/release-action@v1
17
17
with :
18
- body : ' Changes: https://wcm.io/caconfig/extensions/changes-report .html'
18
+ body : ' Changes: https://wcm.io/caconfig/extensions/changes.html'
19
19
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 19
19
#L%
20
20
-->
21
21
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" >
24
25
<body >
25
26
26
27
<release version =" 1.10.0" date =" 2024-12-10" >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm</groupId >
27
27
<artifactId >io.wcm.parent_toplevel</artifactId >
28
- <version >2.4.2 </version >
28
+ <version >2.4.3-SNAPSHOT </version >
29
29
<relativePath />
30
30
</parent >
31
31
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Sources: https://github.com/wcm-io/io.wcm.caconfig.extensions
51
51
52
52
53
53
[ usage ] : usage.html
54
- [ changelog ] : changes-report .html
54
+ [ changelog ] : changes.html
55
55
[ context-path-strategies ] : context-path-strategies.html
56
56
[ persistence-strategies ] : persistence-strategies.html
57
57
[ override-providers ] : override-providers.html
You can’t perform that action at this time.
0 commit comments