Skip to content

Commit

Permalink
update parent dependency, update site descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 8, 2025
1 parent 77f6681 commit b25b89d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.parent_toplevel</artifactId>
<version>2.3.4</version>
<version>2.4.2</version>
<relativePath />
</parent>

Expand Down
8 changes: 4 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#L%
-->

<project name="wcm.io"
xmlns="http://maven.apache.org/DECORATION/1.8.0"
<site name="wcm.io"
xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">

<body>
<breadcrumbs>
Expand All @@ -32,4 +32,4 @@
</breadcrumbs>
</body>

</project>
</site>

0 comments on commit b25b89d

Please sign in to comment.