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 494c037 commit 55ea902Copy full SHA for 55ea902
src/site/site.xml
@@ -1,7 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<project name="Plexus Interpolation" xmlns="http://maven.apache.org/DECORATION/1.0.0"
3
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- 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">
5
<body>
6
<menu name="Overview">
7
<item name="Introduction" href="index.html"/>
@@ -13,4 +12,4 @@
13
12
<menu ref="parent"/>
14
<menu ref="reports"/>
15
</body>
16
-</project>
+</site>
0 commit comments