This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch update-site-descriptor in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
commit 53c9b175bdc1fd9f8a0c7c2c25b23d297886d989 Author: Tamas Cservenak <[email protected]> AuthorDate: Mon Mar 2 11:11:39 2026 +0100 Update site descriptor --- src/site/site.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index daefd49..e1885ad 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,7 +19,8 @@ specific language governing permissions and limitations under the License. --> -<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"> +<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"/> @@ -32,4 +33,4 @@ under the License. <item name="Download" href="download.html"/> </menu> </body> -</project> +</site>
