Skip to content

Commit 5d40bad

Browse files
committed
fix: update site.xml to use site 2.0.0 namespace
1 parent 161148f commit 5d40bad

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
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">
2524
<body>
2625
<menu name="Overview">
2726
<item name="Introduction" href="index.html"/>
2827
<item name="Plugin Documentation" href="plugin-info.html"/>
2928
<item name="Usage" href="usage.html"/>
3029
<item name="FAQ" href="faq.html"/>
31-
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
3230
<item name="License" href="https://www.apache.org/licenses/"/>
3331
<item name="Download" href="download.html"/>
3432
</menu>
3533
<menu name="Examples">
3634
<item name="Configuring Source Plugin" href="/examples/configureplugin.html"/>
3735
</menu>
3836
</body>
39-
</project>
37+
</site>

0 commit comments

Comments
 (0)