We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a764eb commit bc14a0bCopy full SHA for bc14a0b
src/site/site.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
4
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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">
+
6
<body>
7
<menu name="Overview">
8
<item name="Introduction" href="index.html"/>
@@ -14,4 +14,4 @@
14
<menu ref="parent"/>
15
<menu ref="reports"/>
16
</body>
17
-</project>
+</site>
0 commit comments