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

[jackrabbit-filevault] branch master updated: releng: add edit button to documentation

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/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 4151549  releng: add edit button to documentation
     new f3264e2  Merge branch 'master' of git@github.com:apache/jackrabbit-filevault.git
4151549 is described below

commit 415154931d1938b7f33fdf826b8ea633e3398083
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Jan 3 17:51:23 2021 +0100

    releng: add edit button to documentation
---
 vault-doc/src/site/site.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/vault-doc/src/site/site.xml b/vault-doc/src/site/site.xml
index 6f678c9..b01fbf1 100644
--- a/vault-doc/src/site/site.xml
+++ b/vault-doc/src/site/site.xml
@@ -17,10 +17,11 @@
   limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
+<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.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
          name="Jackrabbit Filevault">
+  <edit>${project.scm.url}</edit>
   <body>
     <menu name="Overview">
       <item href="index.html" name="Jackrabbit FileVault" />
@@ -68,4 +69,5 @@
       <googleSearch/>
     </fluidoSkin>
   </custom>
+  
 </project>