Skip to content

Commit 357b9bf

Browse files
Update site descriptor to 2.0.0
1 parent 340249c commit 357b9bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/site/site.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.8.1"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 http://maven.apache.org/xsd/decoration-1.8.1.xsd">
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">
2524
<body>
2625
<menu name="Overview">
2726
<item name="Introduction" href="index.html"/>
@@ -41,5 +40,5 @@ under the License.
4140
<item name="Include/Exclude content" href="examples/include-exclude.html"/>
4241
</menu>
4342
</body>
44-
</project>
43+
</site>
4544

0 commit comments

Comments
 (0)