Skip to content

Commit ce76e9f

Browse files
Update site descriptor to 2.0.0
1 parent 0ef78fd commit ce76e9f

File tree

6 files changed

+57
-64
lines changed

6 files changed

+57
-64
lines changed

maven-release-api/src/site/site.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ KIND, either express or implied. See the License for the
1818
specific language governing permissions and limitations
1919
under the License.
2020
-->
21-
22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0"
2322
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
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">
27-
<item name="Introduction" href="index.html"/>
28-
<item name="JavaDocs" href="apidocs/index.html"/>
29-
<item name="Source Xref" href="xref/index.html"/>
26+
<item name="Introduction" href="index.html" />
27+
<item name="JavaDocs" href="apidocs/index.html" />
28+
<item name="Source Xref" href="xref/index.html" />
3029
<!--item name="FAQ" href="faq.html"/-->
3130
</menu>
3231

3332
<menu ref="parent" inherit="top" />
3433
</body>
35-
</project>
34+
</site>

maven-release-manager/src/site/site.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ KIND, either express or implied. See the License for the
1818
specific language governing permissions and limitations
1919
under the License.
2020
-->
21-
22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0"
2322
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
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">
27-
<item name="Introduction" href="index.html"/>
28-
<item name="JavaDocs" href="apidocs/index.html"/>
29-
<item name="Source Xref" href="xref/index.html"/>
26+
<item name="Introduction" href="index.html" />
27+
<item name="JavaDocs" href="apidocs/index.html" />
28+
<item name="Source Xref" href="xref/index.html" />
3029
<!--item name="FAQ" href="faq.html"/-->
3130
</menu>
3231

3332
<menu ref="parent" inherit="top" />
3433
</body>
35-
</project>
34+
</site>

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

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ KIND, either express or implied. See the License for the
1818
specific language governing permissions and limitations
1919
under the License.
2020
-->
21-
22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0"
2322
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
2524
name="Maven Release plugin">
2625
<body>
2726
<breadcrumbs>
@@ -31,37 +30,37 @@ under the License.
3130
<item name="Maven Release Plugin" href="https://maven.apache.org/maven-release/maven-release-plugin/index.html" />
3231
</breadcrumbs>
3332
<menu name="Overview">
34-
<item name="Introduction" href="index.html"/>
33+
<item name="Introduction" href="index.html" />
3534
<item name="Plugin Documentation" href="plugin-info.html" collapse="true">
36-
<item name="release:clean" href="clean-mojo.html"/>
37-
<item name="release:prepare" href="prepare-mojo.html"/>
38-
<item name="release:prepare-with-pom" href="prepare-with-pom-mojo.html"/>
39-
<item name="release:rollback" href="rollback-mojo.html"/>
40-
<item name="release:perform" href="perform-mojo.html"/>
41-
<item name="release:stage" href="stage-mojo.html"/>
42-
<item name="release:branch" href="branch-mojo.html"/>
43-
<item name="release:update-versions" href="update-versions-mojo.html"/>
44-
<item name="release:help" href="help-mojo.html"/>
35+
<item name="release:clean" href="clean-mojo.html" />
36+
<item name="release:prepare" href="prepare-mojo.html" />
37+
<item name="release:prepare-with-pom" href="prepare-with-pom-mojo.html" />
38+
<item name="release:rollback" href="rollback-mojo.html" />
39+
<item name="release:perform" href="perform-mojo.html" />
40+
<item name="release:stage" href="stage-mojo.html" />
41+
<item name="release:branch" href="branch-mojo.html" />
42+
<item name="release:update-versions" href="update-versions-mojo.html" />
43+
<item name="release:help" href="help-mojo.html" />
4544
</item>
4645
<item name="Usage" href="usage.html" collapse="false">
47-
<item name="Non-interactive Release" href="usage/non-interactive-release.html"/>
48-
<item name="Prepare a Release" href="usage/prepare-release.html"/>
49-
<item name="Perform a Release" href="usage/perform-release.html"/>
50-
<item name="Generate Release POMs" href="usage/generate-release-poms.html"/>
51-
<item name="Rollback a Release" href="usage/rollback-release.html"/>
52-
<item name="Clean a Release" href="usage/clean-release.html"/>
53-
<item name="Create a Branch" href="usage/branch.html"/>
54-
<item name="Update POM Versions" href="usage/update-versions.html"/>
46+
<item name="Non-interactive Release" href="usage/non-interactive-release.html" />
47+
<item name="Prepare a Release" href="usage/prepare-release.html" />
48+
<item name="Perform a Release" href="usage/perform-release.html" />
49+
<item name="Generate Release POMs" href="usage/generate-release-poms.html" />
50+
<item name="Rollback a Release" href="usage/rollback-release.html" />
51+
<item name="Clean a Release" href="usage/clean-release.html" />
52+
<item name="Create a Branch" href="usage/branch.html" />
53+
<item name="Update POM Versions" href="usage/update-versions.html" />
5554
</item>
56-
<item name="Migrate" href="migrate.html"/>
57-
<item name="FAQ" href="faq.html"/>
55+
<item name="Migrate" href="migrate.html" />
56+
<item name="FAQ" href="faq.html" />
5857
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
59-
<item name="License" href="http://www.apache.org/licenses/"/>
60-
<item name="Download" href="../download.html"/>
58+
<item name="License" href="http://www.apache.org/licenses/" />
59+
<item name="Download" href="../download.html" />
6160
</menu>
6261
<menu name="Examples">
63-
<item name="Run Additional Goals Before Commit" href="examples/run-goals-before-commit.html"/>
64-
<item name="Lock Files During Release" href="examples/lock-files.html"/>
62+
<item name="Run Additional Goals Before Commit" href="examples/run-goals-before-commit.html" />
63+
<item name="Lock Files During Release" href="examples/lock-files.html" />
6564
</menu>
6665
</body>
67-
</project>
66+
</site>

maven-release-policies/maven-release-oddeven-policy/src/site/site.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ KIND, either express or implied. See the License for the
1818
specific language governing permissions and limitations
1919
under the License.
2020
-->
21-
22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0"
2322
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
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">
27-
<item name="Introduction" href="index.html"/>
28-
<item name="JavaDocs" href="apidocs/index.html"/>
29-
<item name="Source Xref" href="xref/index.html"/>
26+
<item name="Introduction" href="index.html" />
27+
<item name="JavaDocs" href="apidocs/index.html" />
28+
<item name="Source Xref" href="xref/index.html" />
3029
<!--item name="FAQ" href="faq.html"/-->
3130
</menu>
3231

3332
<menu ref="parent" inherit="top" />
3433
</body>
35-
</project>
34+
</site>

maven-release-policies/maven-release-semver-policy/src/site/site.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ KIND, either express or implied. See the License for the
1818
specific language governing permissions and limitations
1919
under the License.
2020
-->
21-
22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0"
2322
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
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">
27-
<item name="Introduction" href="index.html"/>
28-
<item name="JavaDocs" href="apidocs/index.html"/>
29-
<item name="Source Xref" href="xref/index.html"/>
26+
<item name="Introduction" href="index.html" />
27+
<item name="JavaDocs" href="apidocs/index.html" />
28+
<item name="Source Xref" href="xref/index.html" />
3029
<!--item name="FAQ" href="faq.html"/-->
3130
</menu>
3231

3332
<menu ref="parent" inherit="top" />
3433
</body>
35-
</project>
34+
</site>

src/site/site.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,17 @@ KIND, either express or implied. See the License for the
1818
specific language governing permissions and limitations
1919
under the License.
2020
-->
21-
22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
21+
<site xmlns="http://maven.apache.org/SITE/2.0.0"
2322
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
25-
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2624
<body>
2725
<menu name="Overview">
28-
<item name="Introduction" href="index.html"/>
29-
<item name="License" href="https://www.apache.org/licenses/"/>
30-
<item name="Download" href="download.html"/>
26+
<item name="Introduction" href="index.html" />
27+
<item name="License" href="https://www.apache.org/licenses/" />
28+
<item name="Download" href="download.html" />
3129
</menu>
3230

3331
<menu ref="modules" inherit="bottom" />
3432
<menu ref="reports" inherit="bottom" />
3533
</body>
36-
</project>
34+
</site>

0 commit comments

Comments
 (0)