Skip to content

Commit d9e2e9e

Browse files
committed
[site] Update xsd from decoration to site
1 parent e244773 commit d9e2e9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/site/site.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
limitations under the License.
1717
1818
-->
19-
<project name="${project.name}" 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">
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">
2121

2222
<body>
2323
<menu name="Reference Documentation">
@@ -27,4 +27,5 @@
2727
<menu ref="reports"/>
2828
</body>
2929

30-
</project>
30+
</site>
31+

0 commit comments

Comments
 (0)