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:57:00 UTC

[jackrabbit-filevault] branch master updated (f3264e2 -> c4da770)

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

kwin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git.


    from f3264e2  Merge branch 'master' of git@github.com:apache/jackrabbit-filevault.git
     new 042d323  Revert "releng: add edit button to documentation"
     new c4da770  fix name of site.xml in parent

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/src/site/site.xml    | 2 +-
 vault-doc/src/site/site.xml | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)


[jackrabbit-filevault] 02/02: fix name of site.xml in parent

Posted by kw...@apache.org.
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

commit c4da77031c7d90af1a6357302aa6437e48f5af83
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Jan 3 17:56:50 2021 +0100

    fix name of site.xml in parent
---
 parent/src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/src/site/site.xml b/parent/src/site/site.xml
index e72b833..cf729ab 100644
--- a/parent/src/site/site.xml
+++ b/parent/src/site/site.xml
@@ -19,7 +19,7 @@
 
 <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="Jackrabbit FileVault Package Maven Plugin">
+    name="Jackrabbit FileVault">
     <publishDate position="right"/>
     <version position="right"/>
     <bannerLeft>


[jackrabbit-filevault] 01/02: Revert "releng: add edit button to documentation"

Posted by kw...@apache.org.
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

commit 042d323a1a60670a35a3a7618ed0ed1781ffa476
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Sun Jan 3 17:55:42 2021 +0100

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

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