Skip to content

Commit 4a83b1d

Browse files
authored
Update site.xml to Doxia 2
1 parent 0f9ab04 commit 4a83b1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/site.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<project name="Plexus Interpolation" xmlns="http://maven.apache.org/DECORATION/1.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
4-
<body>
1+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
3+
4+
<body>
55
<menu name="Overview">
66
<item name="Introduction" href="index.html"/>
77
<item name="JavaDocs" href="apidocs/index.html"/>
@@ -12,4 +12,4 @@
1212
<menu ref="parent"/>
1313
<menu ref="reports"/>
1414
</body>
15-
</project>
15+
</site>

0 commit comments

Comments
 (0)