You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/09/20 09:35:26 UTC

[sling-site] branch master updated: Correct required repoinit versions for some examples

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a20149  Correct required repoinit versions for some examples
8a20149 is described below

commit 8a20149a24e27d4d349d556493e865f4f32a45ef
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Sep 20 11:35:00 2019 +0200

    Correct required repoinit versions for some examples
---
 .../jbake/content/documentation/bundles/repository-initialization.md  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/repository-initialization.md b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index 107b11c..d7cfa6c 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -61,7 +61,7 @@ The language is self-explaining but please refer to the actual test cases for de
     # Nodetypes and mixins applied to just a path element
     # Specifying mixins require
     # o.a.s.repoinit.parser 1.2.0 and
-    # o.a.s.jcr.repoinit 1.2.0
+    # o.a.s.jcr.repoinit 1.1.6
     create path /content/example.com(sling:Folder mixin mix:referenceable,mix:shareable)
 
     # Mixins applied to just a path element
@@ -92,7 +92,7 @@ The language is self-explaining but please refer to the actual test cases for de
     # Set repository level ACL
     # Setting repository level ACL require
     # o.a.s.repoinit.parser 1.2.0 and
-    # o.a.s.jcr.repoinit 1.2.0
+    # o.a.s.jcr.repoinit 1.1.6
     set repository ACL for alice,bob
         allow jcr:namespaceManagement,jcr:nodeTypeDefinitionManagement
     end