Skip to content

Commit 2683c54

Browse files
Update site descriptors
1 parent 27cb420 commit 2683c54

File tree

17 files changed

+66
-81
lines changed
  • maven-resolver-api/src/site
  • maven-resolver-connector-basic/src/site
  • maven-resolver-demos
  • maven-resolver-impl/src/site
  • maven-resolver-named-locks/src/site
  • maven-resolver-named-locks-hazelcast/src/site
  • maven-resolver-named-locks-redisson/src/site
  • maven-resolver-spi/src/site
  • maven-resolver-test-util/src/site
  • maven-resolver-transport-classpath/src/site
  • maven-resolver-transport-file/src/site
  • maven-resolver-transport-http/src/site
  • maven-resolver-transport-wagon/src/site
  • maven-resolver-util/src/site
  • src/site

17 files changed

+66
-81
lines changed

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

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="API">
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"
24+
name="API">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-connector-basic/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Connector Basic">
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"
24+
name="Connector Basic">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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">
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"/>
@@ -33,4 +32,4 @@ under the License.
3332
<menu ref="parent"/>
3433
<menu ref="reports"/>
3534
</body>
36-
</project>
35+
</site>

maven-resolver-demos/maven-resolver-demo-snippets/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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">
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"/>
@@ -33,4 +32,4 @@ under the License.
3332
<menu ref="parent"/>
3433
<menu ref="reports"/>
3534
</body>
36-
</project>
35+
</site>

maven-resolver-demos/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
24-
name="Maven Artifact Resolver Demos">
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"
24+
name="Maven Artifact Resolver Demos">
2525

2626
<body>
2727
<menu name="Overview">
@@ -41,4 +41,4 @@ under the License.
4141
<menu ref="modules"/>
4242
<menu ref="reports"/>
4343
</body>
44-
</project>
44+
</site>

maven-resolver-impl/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Implementation">
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"
24+
name="Implementation">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -35,4 +34,4 @@ under the License.
3534
<menu ref="parent"/>
3635
<menu ref="reports"/>
3736
</body>
38-
</project>
37+
</site>

maven-resolver-named-locks-hazelcast/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 https://maven.apache.org/xsd/decoration-1.0.0.xsd"
25-
name="Named Locks using Hazelcast">
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"
24+
name="Named Locks using Hazelcast">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-named-locks-redisson/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Named Locks using Redisson">
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"
24+
name="Named Locks using Redisson">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-named-locks/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Named Locks">
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"
24+
name="Named Locks">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -35,4 +34,4 @@ under the License.
3534
<menu ref="parent"/>
3635
<menu ref="reports"/>
3736
</body>
38-
</project>
37+
</site>

maven-resolver-spi/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="SPI">
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"
24+
name="SPI">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-test-util/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Test Utilities">
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"
24+
name="Test Utilities">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-transport-classpath/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Transport Classpath">
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"
24+
name="Transport Classpath">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-transport-file/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Transport File">
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"
24+
name="Transport File">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-transport-http/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Transport HTTP">
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"
24+
name="Transport HTTP">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-transport-wagon/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Transport Wagon">
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"
24+
name="Transport Wagon">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

maven-resolver-util/src/site/site.xml

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

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
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-
name="Utilities">
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"
24+
name="Utilities">
2625
<body>
2726
<menu name="Overview">
2827
<item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
3433
<menu ref="parent"/>
3534
<menu ref="reports"/>
3635
</body>
37-
</project>
36+
</site>

src/site/site.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ 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 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
24-
name="Artifact Resolver">
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"
24+
name="Artifact Resolver">
2525
<edit>${project.scm.url}</edit>
2626
<body>
2727
<menu name="Overview">
@@ -48,4 +48,4 @@ under the License.
4848
<menu ref="modules"/>
4949
<menu ref="reports"/>
5050
</body>
51-
</project>
51+
</site>

0 commit comments

Comments
 (0)