Skip to content

Commit bc14a0b

Browse files
authored
Update site.xml to Doxia 2
1 parent 7a764eb commit bc14a0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/site.xml

Lines changed: 4 additions & 4 deletions
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"/>
@@ -14,4 +14,4 @@
1414
<menu ref="parent"/>
1515
<menu ref="reports"/>
1616
</body>
17-
</project>
17+
</site>

0 commit comments

Comments
 (0)