Skip to content

Commit 58604f9

Browse files
Update site descriptor to 2.0.0
1 parent 7436d59 commit 58604f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.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">
2424
<body>
2525
<menu name="Overview">
2626
<item name="Introduction" href="index.html"/>
@@ -48,4 +48,4 @@ under the License.
4848
<item name="Dependency Mechanism" href="../../guides/introduction/introduction-to-dependency-mechanism.html"/>
4949
</menu>
5050
</body>
51-
</project>
51+
</site>

0 commit comments

Comments
 (0)