Skip to content

Commit

Permalink
[site] Update xsd from decoration to site
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Dec 3, 2023
1 parent 8c4d72a commit ea882bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
limitations under the License.
-->
<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 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="MyBatis">
<site name="${project.name}" 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>
<menu name="Reference Documentation">
Expand All @@ -27,4 +26,5 @@

<menu ref="reports"/>
</body>
</project>
</site>

0 comments on commit ea882bb

Please sign in to comment.