Skip to content

Commit 367c0fb

Browse files
authored
Update site.xml to Doxia 2
1 parent fcdfbd8 commit 367c0fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/site.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

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">
3+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
5+
66
<body>
77
<menu name="Overview">
88
<item name="Introduction" href="index.html"/>
@@ -16,4 +16,4 @@
1616
<menu ref="parent"/>
1717
<menu ref="reports"/>
1818
</body>
19-
</project>
19+
</site>

0 commit comments

Comments
 (0)