Skip to content

Commit ca807bc

Browse files
committed
[site] Update xsd from decoration to site
1 parent 672eb1e commit ca807bc

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
@@ -16,9 +16,8 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
21-
name="MyBatis-Freemarker">
19+
<site name="${project.name}" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2221

2322
<bannerRight>
2423
<src>http://mybatis.github.com/images/mybatis-logo.png</src>
@@ -30,4 +29,5 @@
3029
</menu>
3130
<menu ref="reports"/>
3231
</body>
33-
</project>
32+
</site>
33+

0 commit comments

Comments
 (0)