Skip to content

Commit 5ec0a9f

Browse files
Update site descriptor to 2.0.0
1 parent e8cc57e commit 5ec0a9f

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

enforcer-api/src/site/site.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
20+
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2323
<body>
2424
<menu name="Overview">
2525
<item name="Introduction" href="index.html"/>
@@ -32,4 +32,4 @@ under the License.
3232
<item name="Maven Enforcer Plugin" href="../maven-enforcer-plugin"/>
3333
</menu>
3434
</body>
35-
</project>
35+
</site>

enforcer-rules/src/site/site.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
20+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2322
<body>
2423
<menu name="Overview">
2524
<item name="Introduction" href="index.html"/>
@@ -33,4 +32,4 @@ under the License.
3332
<item name="Writing a custom rule" href="../enforcer-api/writing-a-custom-rule.html"/>
3433
</menu>
3534
</body>
36-
</project>
35+
</site>

maven-enforcer-extension/src/site/site.xml

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

21-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
22-
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">
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2423
<body>
2524
<menu name="Overview">
2625
<item name="Introduction" href="index.html"/>
@@ -30,4 +29,4 @@ under the License.
3029
<item name="Download" href="../download.html"/>
3130
</menu>
3231
</body>
33-
</project>
32+
</site>

maven-enforcer-plugin/src/site/site.xml

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

21-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
22-
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">
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2423
<body>
2524
<menu name="Overview">
2625
<item name="Introduction" href="index.html"/>
@@ -43,4 +42,4 @@ under the License.
4342
<item name="Version Ranges" href="https://cwiki.apache.org/confluence/display/MAVENOLD/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges"/>
4443
</menu>
4544
</body>
46-
</project>
45+
</site>

src/site/site.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
20+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2322

2423
<body>
2524
<breadcrumbs>
@@ -35,4 +34,4 @@ under the License.
3534

3635
<menu ref="modules" />
3736
</body>
38-
</project>
37+
</site>

0 commit comments

Comments
 (0)