We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdfbd8 commit 367c0fbCopy full SHA for 367c0fb
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"/>
@@ -16,4 +16,4 @@
16
<menu ref="parent"/>
17
<menu ref="reports"/>
18
</body>
19
-</project>
+</site>
0 commit comments