This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git
commit 6274fe873af34c5f9e44c7ffee1ded55e7b26991 Author: Herve Boutemy <[email protected]> AuthorDate: Sat Sep 12 12:21:39 2009 +0000 added XML Schema reference to site.xml git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@814158 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index 15f431a..e899585 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,4 +1,4 @@ -<project> +<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <body> <menu ref="parent"/> <menu ref="reports"/> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
