Skip to content

Commit

Permalink
Update site.xml to Doxia 2
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Nov 17, 2024
1 parent f9fa263 commit 322ea53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="UTF-8"?>

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -17,8 +18,10 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">

<body>

<breadcrumbs>
Expand All @@ -40,5 +43,5 @@ under the License.
<item name="Ban Circular Dependencies" href="banCircularDependencies.html"/>
<item name="Require Encoding" href="requireEncoding.html"/>
</menu>
</body>
</site>
</site>

0 comments on commit 322ea53

Please # to comment.