Skip to content

Commit 55ea902

Browse files
authored
Update site.xml to Doxia 2
1 parent 494c037 commit 55ea902

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/site/site.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?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">
2+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
54
<body>
65
<menu name="Overview">
76
<item name="Introduction" href="index.html"/>
@@ -13,4 +12,4 @@
1312
<menu ref="parent"/>
1413
<menu ref="reports"/>
1514
</body>
16-
</project>
15+
</site>

0 commit comments

Comments
 (0)