Skip to content

Commit 207c149

Browse files
authored
Update site.xml to Doxia 2
1 parent f659b74 commit 207c149

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/site/site.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
specific language governing permissions and limitations
1919
under the License.
2020
-->
21-
22-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
21+
<?xml version="1.0" encoding="UTF-8"?>
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2324
<body>
2425
<breadcrumbs>
2526
<item name="MojoHaus" href="https://www.mojohaus.org/"/>
@@ -44,4 +45,4 @@
4445
<item name="JJDoc" href="https://javacc.dev.java.net/doc/JJDoc.html"/>
4546
</menu>
4647
</body>
47-
</project>
48+
</site>

0 commit comments

Comments
 (0)