Skip to content

Commit

Permalink
switch to latest maven-site-plugin with doxia 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 8, 2025
1 parent 254af62 commit fe12ada
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.0-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion public_site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.parent_toplevel</artifactId>
<version>2.3.4</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions public_site/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 Down Expand Up @@ -67,4 +67,4 @@
</reflowSkin>
</custom>

</project>
</site>

0 comments on commit fe12ada

Please sign in to comment.