You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/09/03 16:28:53 UTC

[sling-scriptingbundle-maven-plugin] branch master updated: releng: add XSD for site.xml

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new eed5b1a  releng: add XSD for site.xml
eed5b1a is described below

commit eed5b1a20c5f3b33f0b91355f65fa49e9e36581d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Sep 3 18:28:47 2021 +0200

    releng: add XSD for site.xml
    
    shorter breadcrumb title
---
 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 b3b845e..9f776c2 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -18,7 +17,9 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project>
+<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 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+    name="Scripting Bundle Maven Plugin">
     <body>
         <menu name="Overview">
             <item name="Introduction" href="index.html"/>