This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 58604f9c Update site descriptor to 2.0.0 58604f9c is described below commit 58604f9cd6c5d29299e07d74fb74de1053de57b4 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Aug 23 16:19:23 2025 +0200 Update site descriptor to 2.0.0 --- src/site/site.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index a7f5a4b3..fe973276 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,8 +19,8 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> @@ -48,4 +48,4 @@ under the License. <item name="Dependency Mechanism" href="../../guides/introduction/introduction-to-dependency-mechanism.html"/> </menu> </body> -</project> +</site>