We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47eac15 commit 226a8ceCopy full SHA for 226a8ce
src/site/site.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
4
<body>
5
<breadcrumbs>
6
<item name="MojoHaus" href="https://www.mojohaus.org/"/>
@@ -30,4 +30,4 @@
30
href="examples/example-java-runnable.html"/>
31
</menu>
32
</body>
33
-</project>
+</site>
0 commit comments