Skip to content

Commit 1aec03f

Browse files
aschemanslachiewicz
authored andcommitted
Align site.xml with used schema (2.0.0)
Site builds ran into a problem as the site.xml is not conformant with the site xsd. Detected in the course of support-and-care/maven-support-and-care#77.
1 parent 39a090e commit 1aec03f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/site/site.xml

+6-8
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@ under the License.
2020
-->
2121
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2222
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
23-
<bannerLeft>
24-
<name>Plexus Classworlds</name>
25-
</bannerLeft>
26-
27-
<breadcrumbs>
28-
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
29-
<item name="Plexus Classworlds" href="https://codehaus-plexus.github.io/plexus-classworlds/"/>
30-
</breadcrumbs>
23+
<bannerLeft name="Plexus Classworlds" />
3124

3225
<body>
26+
<breadcrumbs>
27+
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
28+
<item name="Plexus Classworlds" href="https://codehaus-plexus.github.io/plexus-classworlds/"/>
29+
</breadcrumbs>
30+
3331
<menu name="Overview">
3432
<item name="Introduction" href="index.html"/>
3533
<item name="Launcher" href="launcher.html"/>

0 commit comments

Comments
 (0)