You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/05/21 03:55:10 UTC

svn commit: r47848 [2/16] - /release/sling/

Added: release/sling/org.apache.sling.cms.core-1.0.2.pom
==============================================================================
--- release/sling/org.apache.sling.cms.core-1.0.2.pom (added)
+++ release/sling/org.apache.sling.cms.core-1.0.2.pom Fri May 21 03:55:08 2021
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional
+    information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except
+    in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to
+    in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
+    the License for the specific language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>org.apache.sling.cms</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>1.0.2</version>
+    </parent>
+    <artifactId>org.apache.sling.cms.core</artifactId>
+    <name>Apache Sling - CMS Core</name>
+    <description>The core for the Apache Sling Reference CMS Application</description>
+
+    <properties>
+        <sling.java.version>8</sling.java.version>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>8</source>
+                    <target>8</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <useSystemClassLoader>false</useSystemClassLoader>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.metatype.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlets.post</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.rewriter</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cocoon</groupId>
+            <artifactId>cocoon-serializers-charsets</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>jstl</artifactId>
+            <groupId>org.apache.geronimo.bundles</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.caconfig.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-jackrabbit-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.johnzon</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>org.apache.sling.engine</artifactId>
+            <groupId>org.apache.sling</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.cms.api</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jsoup</groupId>
+            <artifactId>jsoup</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.i18n</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.webconsole</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-math</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.event.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.fileoptim</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <artifactId>pdfbox</artifactId>
+            <groupId>org.apache.pdfbox</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-scratchpad</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.classloader</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>oak-jcr</artifactId>
+            <groupId>org.apache.jackrabbit</groupId>
+        </dependency>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+        </dependency>
+        <dependency>
+            <artifactId>commons-text</artifactId>
+            <groupId>org.apache.commons</groupId>
+        </dependency>
+        <dependency>
+            <artifactId>org.apache.sling.distribution.api</artifactId>
+            <groupId>org.apache.sling</groupId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.discovery.api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.github.jknack</groupId>
+            <artifactId>handlebars</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Added: release/sling/org.apache.sling.cms.core-1.0.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.core-1.0.2.pom.asc (added)
+++ release/sling/org.apache.sling.cms.core-1.0.2.pom.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3TgACgkQ8OrBpExu
+QST01Q//eYefJvYJplV+sCB2H714f5awIfYpGLk4xY4ai1WVDRT6BmS9xNCU5asa
+BzUGSBC50FsFFXVuo3lQG8c9K3mFSJzF32WFw7N5ueguPJ9bMWplYsyIN0rwRiKY
+x8bEw3xF8irNMCiCcAyYHVTceNzHmkiNJdNiBNtTlH3OvcsIbxHHdoMVMwOaOwm5
+ln3OOHb4W0N1QFTgzMn7Noxz2ZcZ8+cslwlAvpnMqwu/wS/EY7u6zlD2AgjQVy5g
+8TRwkp2IqWzYypzS1VTAWgFY3NDtwqEiLMRePvNuAN2s7RluwPj8JgDV1VTKbF6l
+SBdmK9WdvzikiV1InPUnYD7VjxPFWXasQRK12m2Ne1LS5snI9iSGy4cBdcYjCnL3
+TjBY6q+ORo03pkO97RBdQBjQWNY4kw+ZB/7AO8aS7CBtgYjODejJSutmGbeG64yJ
+G4BrKplJzr61rEu1kFzdywX7kBdAIYRVX24cE9NXPB20CpfGpCL5inAgl+qNTWmO
+SoKhiTGN8IZqrSwHNaRmxaJTbbWrYwNJryRtHJcRdAAciQkIU7RGxxCgPTFuhcIj
+ad/yAKvj1lBTO9eKXV7xFP+z6QLPKsjVJI3DmJliQg+hWXKFJ2G4LOu4E/j9+Wf+
+TQk7pCovv7vFU6v0zDMj9mU0BNILhHBZ1Lz3Y1YPFG0F6S7L1cA=
+=Hmnp
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.core-1.0.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.core-1.0.2.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.core-1.0.2.pom.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+9d3f8f43bd9e037a73c91fce4428156d
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.core-1.0.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.core-1.0.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.core-1.0.2.pom.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+6fdfcae0f5970170eca6c2e892c6fcc30e044680
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,46 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:author:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "configurations":  {
+    "org.apache.sling.cms.core.publication.ForwardAgentEndpointSynchronization":    {
+      "agentTarget":"(name=default)"
+    },
+    "org.apache.sling.cms.core.publication.PublicationManagerFactoryImpl":    {
+      "instanceType":"AUTHOR",
+      "publicationMode":"CONTENT_DISTRIBUTION",
+      "agents":[
+        "default"
+      ]
+    },
+    "org.apache.sling.distribution.serialization.impl.vlt.VaultDistributionPackageBuilderFactory~default":    {
+      "fileThreshold":1,
+      "cleanupDelay":60,
+      "autoSaveThreshold":-1,
+      "package.roots":"",
+      "type":"jcrvlt",
+      "MEGA_BYTES":"MEGA_BYTES",
+      "property.filters":[
+        ""
+      ],
+      "pathsMapping":[
+        ""
+      ],
+      "strictImport":true,
+      "aclHandling":"",
+      "importMode":"REPLACE",
+      "digestAlgorithm":"NONE",
+      "tempFsFolder":"",
+      "monitoringQueueSize":0,
+      "useOffHeapMemory":false,
+      "cugHandling":"",
+      "useBinaryReferences":false,
+      "package.filters":[
+        ""
+      ],
+      "name":"default"
+    }
+  }
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bgACgkQ8OrBpExu
+QSRdKQ//aMztyphrsyYwNBWsfWG3u9hpax2jf6+WjegitV+GGqC4s5t75SBVZaTw
+ndwghdCIQF8W/Qhs5h403O2dCBiIoFJMQupFLyjdAm6CXwe51fHGfobyFBERVBqx
+FcojvumQ4+EPak7Wxozvkk0Q+jMi9B1BDXF21xIN0ZqAK617BD2Ds3q3f9PZ5HGl
+48iwFG2+PvIhSdzKLgXIWcq1bNWmvyJJy6zg7AgYPUbWeaXvzEAtj7vApQi56Cnt
+68gCHEdWsooYPb4jnyPc6Rne2VIK2WsWA4WmOtdPN8KGTpi0Kx/7eUUl0Q8QmqcL
+Tl1C1z01652U4ymU81iTw6+uZj1BZrAQ25qWTGbDh0cCXg9Zc6cL4+fmKVwB6shL
+T1aD1lAQ8qw1FUzuwVpthELS39w6GuYeao7mQ/ka+1OpiC2tD55QA+MRgVszu0GU
+2iqYxE7MWpHQA/+1ksV00WcoeDtF99FeqetNhCnIx8Z2PsdxoNmrbR/F626sL1GR
+fzZvsfZpx5M+6PS83DIcWwRTaHZpMRhmiSkU5zhcA+rB/JdDJnaJieli7UN9F+42
+bEo1UnDzIiXhGUmszMT29PKFwyhSmEFwcl1LhniCSj0bcd8pTuvc7hW5kdhj3HN2
+8dZ58DZoFAbB/wSV7yX6pw6bE1ss8e86r6qEkIofpg4lfm1baM8=
+=FJOE
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+1a157819b5332e2e090de5af25d2927a
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-author.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+28c5d5cea6b7fe56dfc3169a17b9e8592ec686ff
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,437 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:base:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"commons-codec:commons-codec:1.15",
+      "start-order":"5"
+    },
+    {
+      "id":"commons-collections:commons-collections:3.2.2",
+      "start-order":"15"
+    },
+    {
+      "id":"javax.mail:mail:1.5.0-b01",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.commons:commons-collections4:4.4",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.commons:commons-math:2.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.geronimo.bundles:jstl:1.2_1",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.httpcomponents:httpclient-osgi:4.5.13",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.httpcomponents:httpcore-osgi:4.4.14",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.adapter:2.1.10",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.auth.form:1.0.20",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.bundleresource.impl:2.3.4",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.classloader:1.4.4",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.compiler:2.4.0",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.fsclassloader:1.0.14",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.mime:2.2.2",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.scheduler:2.7.12",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.threads:3.2.20",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.engine:2.7.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.fsresource:2.1.16",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.i18n:2.5.16",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.installer.factory.packages:1.0.4",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.installer.hc:2.0.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.models.api:1.3.8",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.models.impl:1.4.16",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.resourceresolver:1.7.4",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.serviceusermapper:1.5.4",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.servlets.get:2.1.40",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.servlets.post:2.4.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.servlets.resolver:2.7.12",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.xss:2.2.12",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.metatype:1.2.4",
+      "start-order":"4"
+    },
+    {
+      "id":"commons-fileupload:commons-fileupload:1.4",
+      "start-order":"5"
+    },
+    {
+      "id":"commons-io:commons-io:2.8.0",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.aries.jmx:org.apache.aries.jmx.api:1.1.5",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.aries.jmx:org.apache.aries.jmx.core:1.1.8",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.aries.jmx:org.apache.aries.jmx.whiteboard:1.2.0",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.bundlerepository:2.0.10",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.http.jetty:4.1.8",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.http.servlet-api:1.1.2",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.http.whiteboard:4.0.0",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.inventory:1.0.6",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.prefs:1.1.0",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.api:2.23.0",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.auth.core:1.5.2",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.extensions.threaddump:0.2.2",
+      "start-order":"5"
+    },
+    {
+      "id":"io.dropwizard.metrics:metrics-core:3.2.6",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.metrics:1.2.8",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.http.sslfilter:1.2.6",
+      "start-order":"10"
+    },
+    {
+      "id":"org.apache.pdfbox:fontbox:2.0.23",
+      "start-order":"10"
+    },
+    {
+      "id":"org.apache.pdfbox:jempbox:1.8.16",
+      "start-order":"10"
+    },
+    {
+      "id":"org.apache.pdfbox:pdfbox:2.0.23",
+      "start-order":"10"
+    },
+    {
+      "id":"org.apache.tika:tika-core:1.26",
+      "start-order":"10"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.resource.filter:1.0.0",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.provisioning.model:1.8.6",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.repoinit.parser:1.6.8",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.jcr.repoinit:1.1.34",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.commons.log.LogManager":    {
+      "org.apache.sling.commons.log.packagingDataEnabled":true,
+      "org.apache.sling.commons.log.pattern":"%d{dd.MM.yyyy HH:mm:ss.SSS} *%level* [%thread] %logger %msg%n",
+      "org.apache.sling.commons.log.level":"info",
+      "org.apache.sling.commons.log.file":"logs/error.log",
+      "org.apache.sling.commons.log.file.number:Integer":7,
+      "org.apache.sling.commons.log.file.size":"'.'yyyy-MM-dd"
+    },
+    "org.apache.sling.engine.impl.log.RequestLogger":    {
+      "access.log.enabled":true,
+      "request.log.outputtype:Integer":0,
+      "access.log.output":"log.access",
+      "request.log.output":"log.request",
+      "request.log.enabled":true,
+      "access.log.outputtype:Integer":0
+    },
+    "org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet":    {
+      "alias":"/server"
+    },
+    "org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet":    {
+      "dav.root":"/dav"
+    },
+    "org.apache.sling.commons.log.LogManager.factory.config~access.log":    {
+      "org.apache.sling.commons.log.pattern":"%msg%n",
+      "org.apache.sling.commons.log.names":[
+        "log.access"
+      ],
+      "org.apache.sling.commons.log.level":"info",
+      "org.apache.sling.commons.log.file":"logs/access.log"
+    },
+    "org.apache.sling.commons.log.LogManager.factory.config~request.log":    {
+      "org.apache.sling.commons.log.pattern":"%msg%n",
+      "org.apache.sling.commons.log.names":[
+        "log.request"
+      ],
+      "org.apache.sling.commons.log.level":"info",
+      "org.apache.sling.commons.log.file":"logs/request.log"
+    },
+    "org.apache.jackrabbit.vault.packaging.impl.PackagingImpl":    {
+      "authIdsForRootInstallation":[
+        "sling-package-install"
+      ],
+      "packageRoots":[
+        "/etc/packages"
+      ],
+      "authIdsForHookExecution":[
+        "sling-package-install"
+      ]
+    },
+    "org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~sling":    {
+      "whitelist.bundles":[
+        "org.apache.sling.discovery.commons",
+        "org.apache.sling.discovery.base",
+        "org.apache.sling.discovery.oak",
+        "org.apache.sling.extensions.webconsolesecurityprovider",
+        "org.apache.sling.i18n",
+        "org.apache.sling.jcr.base",
+        "org.apache.sling.jcr.contentloader",
+        "org.apache.sling.jcr.jackrabbit.usermanager",
+        "org.apache.sling.jcr.oak.server",
+        "org.apache.sling.jcr.repoinit",
+        "org.apache.sling.servlets.post",
+        "org.apache.sling.serviceuser.webconsole"
+      ],
+      "whitelist.name":"sling"
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~i18n":    {
+      "user.mapping":[
+        "org.apache.sling.i18n=[sling-readall]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~installer-packages":    {
+      "user.mapping":[
+        "org.apache.sling.installer.factory.packages=[sling-package-install]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~jcr-install":    {
+      "user.mapping":[
+        "org.apache.sling.installer.provider.jcr=[sling-readall,sling-jcr-install]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~jcr-resource":    {
+      "user.mapping":[
+        "org.apache.sling.jcr.resource:validation=[sling-readall]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~observation":    {
+      "user.mapping":[
+        "org.apache.sling.jcr.resource:observation=[sling-readall]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~resourceresolver":    {
+      "user.mapping":[
+        "org.apache.sling.resourceresolver:mapping=[sling-readall]",
+        "org.apache.sling.resourceresolver:hierarchy=[sling-readall]",
+        "org.apache.sling.resourceresolver:observation=[sling-readall]",
+        "org.apache.sling.resourceresolver:console=[sling-readall]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~servletsresolver":    {
+      "user.mapping":[
+        "org.apache.sling.servlets.resolver:console=[sling-readall]",
+        "org.apache.sling.servlets.resolver:scripts=[sling-search-path-reader]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~xss":    {
+      "user.mapping":[
+        "org.apache.sling.xss=[sling-xss]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~jcr-usermanager":    {
+      "user.mapping":[
+        "org.apache.sling.jcr.jackrabbit.usermanager=[sling-jcr-usermanager]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~jcr-contentloader":    {
+      "user.mapping":[
+        "org.apache.sling.jcr.contentloader=[sling-jcr-content-loader]"
+      ]
+    }
+  },
+  "repoinit:TEXT|true":[
+    "#",
+    "#  Licensed to the Apache Software Foundation (ASF) under one",
+    "#  or more contributor license agreements.  See the NOTICE file",
+    "#  distributed with this work for additional information",
+    "#  regarding copyright ownership.  The ASF licenses this file",
+    "#  to you under the Apache License, Version 2.0 (the",
+    "#  \"License\"); you may not use this file except in compliance",
+    "#  with the License.  You may obtain a copy of the License at",
+    "#",
+    "#   http://www.apache.org/licenses/LICENSE-2.0",
+    "#",
+    "#  Unless required by applicable law or agreed to in writing,",
+    "#  software distributed under the License is distributed on an",
+    "#  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY",
+    "#  KIND, either express or implied.  See the License for the",
+    "#  specific language governing permissions and limitations",
+    "#  under the License.",
+    "#",
+    "",
+    "# general",
+    "create path (sling:OrderedFolder) /content",
+    "set ACL for everyone",
+    "    allow   jcr:read   on /content",
+    "end",
+    "",
+    "# sling-readall",
+    "create service user sling-readall with path system/sling",
+    "",
+    "set principal ACL for sling-readall",
+    "    allow   jcr:read    on /",
+    "end",
+    "",
+    "# sling-xss",
+    "create service user sling-xss with path system/sling",
+    "",
+    "create path (sling:Folder) /apps/sling/xss",
+    "",
+    "set principal ACL for sling-xss",
+    "    allow   jcr:read    on /apps/sling/xss",
+    "end",
+    "",
+    "# sling-jcr-install",
+    "create service user sling-jcr-install with path system/sling",
+    "",
+    "# used for config OSGi writeback",
+    "create path (sling:Folder) /apps/sling/install",
+    "",
+    "set principal ACL for sling-jcr-install",
+    "    allow    rep:write    on /apps/sling/install",
+    "end",
+    "",
+    "# content-package installer",
+    "create service user sling-package-install with path system/sling",
+    "",
+    "set principal ACL for sling-package-install",
+    "    allow   jcr:all     on    /",
+    "    allow   jcr:namespaceManagement,jcr:nodeTypeDefinitionManagement on :repository",
+    "end",
+    "#<<< SLING-5848 - Define service user and ACLs for Scripting",
+    "create service user sling-search-path-reader with path system/sling",
+    "",
+    "create path (sling:Folder) /libs",
+    "create path (sling:Folder) /apps",
+    "",
+    "set principal ACL for sling-search-path-reader",
+    "    allow   jcr:read    on /libs,/apps",
+    "end",
+    "# SLING-5848 - Define service user and ACLs for Scripting >>>",
+    "#<<< SLING-9735 - Define service user and ACLs for jcr.contentloader",
+    "create service user sling-jcr-content-loader with path system/sling",
+    "set principal ACL for sling-jcr-content-loader",
+    "    allow jcr:all on /",
+    "end",
+    "# SLING-9735 - Define service user and ACLs for jcr.contentloader >>>",
+    "#<<< SLING-9809 - Define service user and ACLs for jcr.usermanager",
+    "create service user sling-jcr-usermanager with path system/sling",
+    "set principal ACL for sling-jcr-usermanager",
+    "    allow jcr:read,jcr:readAccessControl,jcr:modifyAccessControl,rep:write,rep:userManagement on /home",
+    "end",
+    "# SLING-9809 - Define service user and ACLs for jcr.usermanager >>>"
+  ]
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bUACgkQ8OrBpExu
+QSRyhRAA4FK/n+1EWUW+f/gfvOSD4VHoiDADDFDINclS8HNX85RQ9PjCyaLYV4ig
+GtzA0/9i+JraD4YfVpt0MAiwuP170+qTJBGD6zj+0Lb7zy3ErAeiN5ThMdjeviE1
+W6c0NaaElNRuhaPzW+lW/g7/7Rho682UdLKYGYOZv7RqXvBl0cm8navHvduFsG9e
+tvFv2T4o9bwndVYVIdcuvMG51/vQBXFt76sf63lbqfxOpsfcc/rJ7pAE2wMv6nIi
+r/nBkFHydq5/95jWRAeKcJjRVbNYx46JsMaWDwSeTTXFP+vP1Cb7HxS7zamROiU3
+G2oCEIujRKjFclWW2WbtYM5sRXNSR+8xEUVopqq1v0hnwqFqvxop+ltrcIypj9Ao
+qbrvKBmjPwym57ZUDYs8dcrPokp3Lf4KV0pQ7uAyBdfC7R0p1ZKLiFzpBp0DTBFr
+oY31JuZoaIlbqjx9u2RtdKSpBYCySWSjRGq36bSGRvsBt7iEHnM1he5lnUmUJdui
+jOLtrbtNBQrz4x3EmprnSr/OROt8HGC1Ne7M5yuED8iy9uRnrt9k6DVURnxmjUC0
+Wu2cGOv9b6nsLljwDgre82et7pAp3BreA0K7ifF0GOyP5RRdAW/6/M6EzJHCYKY4
+BSK/LGLngtOHafiqSfrggRiIMi168+7pXaj51+jn5Xep2fw+o68=
+=lHaR
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+8f1c58bfc615af5b2ff317acce61506a
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-base.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+d5745c53e083b8f4359d4ce006c9d1d921768e48
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,141 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:boot:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"org.apache.felix:org.apache.felix.cm.json:1.0.6",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.aries:org.apache.aries.util:1.1.3",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.commons:commons-lang3:3.12.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.configadmin:1.9.20",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.converter:1.0.14",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.eventadmin:1.6.2",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.geronimo.specs:geronimo-annotation_1.3_spec:1.3",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.2",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:1.1.3",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-impl:2.2.11_1",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.saaj-impl:1.5.1_1",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:2.9.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.servicemix.specs:org.apache.servicemix.specs.jaxws-api-2.2:2.9.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.servicemix.specs:org.apache.servicemix.specs.saaj-api-1.3:2.9.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.johnzon:1.2.6",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.log:5.1.12",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.logservice:1.1.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.log:1.2.4",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.osgi:2.4.2",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.installer.core:3.11.4",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.installer.factory.configuration:1.3.4",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.installer.provider.file:1.3.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.javax.activation:0.2.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.settings:1.4.2",
+      "start-order":"1"
+    },
+    {
+      "id":"org.jvnet.staxex:stax-ex:1.8.3",
+      "start-order":"1"
+    },
+    {
+      "id":"org.osgi:org.osgi.service.log:1.5.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.osgi:org.osgi.util.function:1.1.0",
+      "start-order":"1"
+    },
+    {
+      "id":"org.osgi:org.osgi.util.promise:1.1.1",
+      "start-order":"1"
+    },
+    {
+      "id":"org.osgi:org.osgi.util.pushstream:1.0.1",
+      "start-order":"1"
+    },
+    {
+      "id":"org.slf4j:jcl-over-slf4j:1.7.25",
+      "start-order":"1"
+    },
+    {
+      "id":"org.slf4j:log4j-over-slf4j:1.7.25",
+      "start-order":"1"
+    },
+    {
+      "id":"org.slf4j:slf4j-api:1.7.25",
+      "start-order":"1"
+    },
+    {
+      "id":"org.apache.felix:org.apache.felix.scr:2.1.26",
+      "start-order":"1"
+    }
+  ]
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bUACgkQ8OrBpExu
+QSTl+w/+OopPhWbbGmpt7k5C0o4VLgQzczQToRyf/i2/wRRs3cqcxwf1Aq9uVAqL
+cWNpWoBRuvA7XXz6COg92GmNtyqO7RCnB63kBtwXLial8FrJv6BkCWJ9cntIKjk9
+4oOhAlavQRf7cZMniw8Z9QtcfHbWHOpbnWqy257etJtaLmRMiHsm0u8tYK+N0pmp
+vrMEqswnpjHtWsVSzXK4BMdbONUnb6gUtSuOr18RLcSJ0lCE0RetJYKoUzQVrr2x
+UPmc6MlZhrYE0rOPGU7WPemQzttM/Dd5LKMGZGhXof+BycsuGYYxPi48o0yv3N2x
+VNHmQDNiQcaI7yw9TH1NU4z8hGRYPfOrhXxxZXxbA38F6F42DvBTTcsG5ENwQFGw
+W5OK29y3cSivZH2pSwA5gFZZCVZJ+bjqtzTItcmkNwLbZsVPiNYkAB8typ2JCi00
+DuvlJGsBmpbJq4hr/OqVzIynzxE6IxyXMq84bKlzktAW4i0iL4KStYnyLe34u7rq
+a5y2dxZ7QX1fpON1vZvsPoMbTw0df4HDPErIQQAiWY9PtiFxq6Nf8+D4CKoGyuEh
+QviOi5c8x7t/iwKOgJPaSrhSCqpSh832pAdIlu6RsyMzSVD/O3m7YGkWbnXhZ7/b
+WMKzm0Dbu5LjJT1REetXhQTOBqdK1Lh5VQ2AgsNZPl+FAhbMUo8=
+=HEIK
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+c881e6a343cceb1c920be051a20bc960
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-boot.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+f6e66fa8004f3cb04d1516e5923e0f051d91b418
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,50 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:caconfig:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"org.apache.sling:org.apache.sling.caconfig.api:1.2.0",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.caconfig.impl:1.5.0",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.caconfig.spi:1.3.4",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-caconfig":    {
+      "user.mapping":[
+        "org.apache.sling.caconfig.impl=[sling-readall]"
+      ]
+    }
+  },
+  "repoinit:TEXT|true":[
+    "#",
+    "#  Licensed to the Apache Software Foundation (ASF) under one",
+    "#  or more contributor license agreements.  See the NOTICE file",
+    "#  distributed with this work for additional information",
+    "#  regarding copyright ownership.  The ASF licenses this file",
+    "#  to you under the Apache License, Version 2.0 (the",
+    "#  \"License\"); you may not use this file except in compliance",
+    "#  with the License.  You may obtain a copy of the License at",
+    "#",
+    "#   http://www.apache.org/licenses/LICENSE-2.0",
+    "#",
+    "#  Unless required by applicable law or agreed to in writing,",
+    "#  software distributed under the License is distributed on an",
+    "#  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY",
+    "#  KIND, either express or implied.  See the License for the",
+    "#  specific language governing permissions and limitations",
+    "#  under the License.",
+    "#",
+    "",
+    "create path (sling:Folder) /conf"
+  ]
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bUACgkQ8OrBpExu
+QSQzVhAAldXAEat8uLIo8oS/vFsOqJiUufqpII/r5AzPo8tlFHh4oLlscLcqQ2hD
+1b44qZq5bNT2nNFsh0Wom55Q4Jq4JYy8+v+GSVXX3ODL/GJ+GKpwUGmHjUgQm0nK
+JvKQ/vaoacAZ0ML78mcR9qLrTwUoGKLM9YdyK2QfiOlsy2t4B6XiKfL4ri/6FhxV
+zLpxObGq2XhKPq0yyo/OPcZ/9LmCmDqmjQMoS0j4kRYuKZiaT91Q6hK7XuhgQCpe
+d5LiW2MTLdLi85WBNQmoxKLxHTDyp3c1rpCH6icq81BvmU6QBDIwcJaal3H/cV6L
+kbunKkBycRWl2+lkete0hgCD42BjlYvN1ZhCde4xUdWFTYR0Ix1lCdcnvgL1AMF2
+PxfCmavQku2Elfl/6prfwZUNFqdfGz4Q6caHr8faDjD88GFw2BJ8T0oCIyi7Jyqd
+ScOGfs1R0f/0w71V0jGBgx1aa4wSC5PazcaTDck+vvgyLPKdoGyw4Ep8BdmoKoWq
+wvX93I+lyiEj0Bjr4hG0BF8yPWXF12JIT7x6GJC2mdl8yknk5uSntwW54ZAJ93D0
+fe4Jk7/unhtG67n/OXPyibu74legZysmpPNULXoE8WUbpFfgLil2hyinaaypathE
+iU4JhcMq0Ei3pvRsnKywtS4kIGWVhiFL733QUjDowjMj0/NxRT4=
+=yzaV
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+5aa9a893fa5738dbc75486a2d70dd453
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-caconfig.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+4a8b5cfcac99d8058b9f0bba925fbed1527c533d
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,286 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:cms:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"org.apache.sling:org.apache.sling.cms.api:1.0.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.cms.ui:1.0.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.cms.core:1.0.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.cms.transformer:1.0.2",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.cms.login:1.0.2",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~auth":    {
+      "pathPattern":"/home.*",
+      "editor":"/cms/auth/list.html"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~confbucket":    {
+      "pathPattern":"\\/conf\\/[\\w\\d\\-_]+\\/[\\w\\d\\-_]+",
+      "editor":"/cms/config/bucket.html"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~confbuckets":    {
+      "pathPattern":"\\/conf\\/[\\w\\d\\-_]+",
+      "editor":"/cms/config/buckets.html"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~confedit":    {
+      "pathPattern":"\\/conf\\/[\\w\\d\\-_]+\\/[\\w\\d\\-_]+\\/.+",
+      "editor":"/cms/config/edit.html"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~confroot":    {
+      "pathPattern":"\\/conf",
+      "editor":"/cms/config/configs.html"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~site":    {
+      "pathPattern":"\\/content.*",
+      "editor":"/cms/site/content.html",
+      "resourceType":"sling:Site"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~sitecontent":    {
+      "pathPattern":"\\/content.*",
+      "editor":"/cms/site/content.html",
+      "parentType":"sling:Site"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~sites":    {
+      "pathPattern":"\\/content.*",
+      "editor":"/cms/site/sites.html",
+      "resourceType":"sling:OrderedFolder",
+      "service.ranking":1
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~static":    {
+      "pathPattern":"\\/static.*",
+      "editor":"/cms/static/content.html"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~taxonomy":    {
+      "pathPattern":"\\/etc\\/taxonomy.*",
+      "editor":"/cms/taxonomy/list.html"
+    },
+    "org.apache.sling.cms.core.internal.ResourceEditorAssociation~ugc":    {
+      "pathPattern":"\\/etc\\/usergenerated.*",
+      "editor":"/cms/usergenerated/content.html"
+    },
+    "org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory":    {
+      "mappedAttributes":[
+        "action",
+        "href",
+        "src"
+      ],
+      "enabledPaths":[
+        "/content"
+      ]
+    },
+    "org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl~en":    {
+      "locale":"en",
+      "extraVowelExpression":".+y$",
+      "vowelExpression":"a|e|i|o|u",
+      "isWordExpression":"[a-zA-Z]*",
+      "wordstems":[
+        "es",
+        "ed",
+        "ing",
+        "e"
+      ],
+      "complexityMin":3
+    },
+    "org.apache.sling.engine.impl.auth.SlingAuthenticator":    {
+      "sling.auth.requirements":[
+        "/bin",
+        "/cms",
+        "/libs",
+        "/apps",
+        "/etc",
+        "/home",
+        "/var"
+      ]
+    },
+    "org.apache.sling.event.jobs.QueueConfiguration~cmsqueue":    {
+      "queue.name":"Sling CMS Jobs",
+      "queue.priority":"NORM",
+      "queue.maxparallel":4624633867356078080,
+      "queue.topics":[
+        "cmsjob/*"
+      ],
+      "queue.retries":"10",
+      "queue.preferRunOnCreationInstance":true,
+      "queue.threadPoolSize":0,
+      "queue.retrydelay":2000,
+      "service.ranking":0,
+      "queue.type":"UNORDERED",
+      "queue.keepJobs":true
+    },
+    "org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl":    {
+      "resource.resolver.required.providernames":[
+        "JCR"
+      ],
+      "resource.resolver.manglenamespaces":true,
+      "resource.resolver.optimize.alias.resolution":true,
+      "resource.resolver.vanitypath.blacklist":[
+        ""
+      ],
+      "resource.resolver.vanity.precedence":false,
+      "resource.resolver.vanitypath.maxEntries":-1,
+      "resource.resolver.required.providers":[
+        ""
+      ],
+      "resource.resolver.enable.vanitypath":true,
+      "resource.resolver.providerhandling.paranoid":false,
+      "resource.resolver.allowDirect":true,
+      "resource.resolver.mapping":[
+        "/:/",
+        "/content/:/",
+        "/system/docroot/:/",
+        "/mnt/overlay/sling-cms/content:/cms"
+      ],
+      "resource.resolver.vanitypath.whitelist":[
+        ""
+      ],
+      "resource.resolver.map.location":"/etc/map",
+      "resource.resolver.vanitypath.maxEntries.startup":true,
+      "resource.resolver.map.observation":[
+        "/"
+      ],
+      "resource.resolver.default.vanity.redirect.status":302,
+      "resource.resolver.vanitypath.bloomfilter.maxBytes":1024000,
+      "resource.resolver.searchpath":[
+        "/apps",
+        "/libs"
+      ],
+      "resource.resolver.log.unclosed":true,
+      "resource.resolver.log.closing":false,
+      "resource.resolver.virtual":[
+        "/:/"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-error":    {
+      "user.mapping":[
+        "org.apache.sling.cms.core:sling-cms-error=[sling-readall]",
+        "org.apache.sling.models.impl:sling-cms-error=[sling-readall]"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-metadata":    {
+      "user.mapping":[
+        "org.apache.sling.cms.core:sling-cms-metadata=sling-cms-metadata"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-transformer":    {
+      "user.mapping":[
+        "org.apache.sling.cms.transformer:sling-cms-transformer=sling-cms-transformer"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-ugc":    {
+      "user.mapping":[
+        "org.apache.sling.cms.core:sling-cms-ugc=sling-cms-ugc"
+      ]
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-versionmgr":    {
+      "user.mapping":[
+        "org.apache.sling.cms.core:sling-cms-versionmgr=sling-cms-versionmgr"
+      ]
+    }
+  },
+  "repoinit:TEXT|true":[
+    "#",
+    "#  Licensed to the Apache Software Foundation (ASF) under one",
+    "#  or more contributor license agreements.  See the NOTICE file",
+    "#  distributed with this work for additional information",
+    "#  regarding copyright ownership.  The ASF licenses this file",
+    "#  to you under the Apache License, Version 2.0 (the",
+    "#  \"License\"); you may not use this file except in compliance",
+    "#  with the License.  You may obtain a copy of the License at",
+    "#",
+    "#   http://www.apache.org/licenses/LICENSE-2.0",
+    "#",
+    "#  Unless required by applicable law or agreed to in writing,",
+    "#  software distributed under the License is distributed on an",
+    "#  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY",
+    "#  KIND, either express or implied.  See the License for the",
+    "#  specific language governing permissions and limitations",
+    "#  under the License.",
+    "#",
+    "",
+    "# CMS root paths",
+    "create path (sling:OrderedFolder) /etc/i18n",
+    "set ACL for everyone",
+    "    allow   jcr:read\ton /etc/i18n",
+    "end",
+    "create path (sling:OrderedFolder) /etc/taxonomy",
+    "set ACL for everyone",
+    "    allow   jcr:read\ton /etc/taxonomy",
+    "end",
+    "create path (sling:OrderedFolder) /static",
+    "set ACL for everyone",
+    "    allow   jcr:read\ton /static",
+    "end",
+    "create path (sling:OrderedFolder) /conf",
+    "set ACL for everyone",
+    "    allow   jcr:read\ton /conf",
+    "end",
+    "create path (sling:OrderedFolder) /content",
+    "create path (sling:OrderedFolder) /etc/usergenerated",
+    "set ACL for everyone",
+    "    allow   jcr:read    on /etc/usergenerated",
+    "end",
+    "",
+    "# Groups",
+    "create path (rep:AuthorizableFolder) /home/groups",
+    "create path (rep:AuthorizableFolder) /home/groups/sling-cms",
+    "create group administrators with path sling-cms",
+    "set ACL for administrators",
+    "    allow   jcr:all    on /",
+    "end",
+    "create group authors with path sling-cms",
+    "set ACL for authors",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /content",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /static",
+    "    allow   jcr:read    on /",
+    "end",
+    "create group job-users with path sling-cms",
+    "create group taxonomy-users with path sling-cms",
+    "set ACL for taxonomy-users",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /etc/taxonomy",
+    "end",
+    "create group ugc-users with path sling-cms",
+    "set ACL for ugc-users",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /etc/usergenerated",
+    "end",
+    "",
+    "# Service users",
+    "create service user sling-cms-metadata",
+    "set ACL for sling-cms-metadata",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /content",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /static",
+    "    allow   jcr:read    on /",
+    "end",
+    "create service user sling-cms-transformer",
+    "set ACL for sling-cms-transformer",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /content",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /static",
+    "    allow   jcr:read    on /",
+    "end",
+    "create service user sling-cms-ugc",
+    "set ACL for sling-cms-ugc",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /etc/usergenerated",
+    "end",
+    "create service user sling-cms-versionmgr",
+    "set ACL for sling-cms-versionmgr",
+    "    allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /",
+    "    allow   jcr:read    on /jcr:system/jcr:versionStorage",
+    "end"
+  ]
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bUACgkQ8OrBpExu
+QSQEaRAAzs23J+m3WRJmUmP0jCrOcOF0pXwfbyKZ2PypMT0qMn7JyP31iie7/CM0
+HheuD/Xi9lXhvoE18wKPkKH7bre3DBMKhOXnmyJdsilUhW7HqQQ7MsWQQ9ib2Tyl
+ZOgZzjzDWinf8nKliNWipngJ/6akKXVfseNTBIdSzHanyUB2u0FoawuEvRNAyUJu
+0TTtkujgYLSr1SiLtFydAnoZgGERRdth6qhincsk00gFfPOtKRpLMoZmBE03MEK6
+7s6/rSvNTHdHAo7z8A/IVMq6QO5flp9T9tCDSTqSmVlB0aoqHLyJ2lug/aC0jnyY
+RCUIbatcKNfaZnn1if0jIKJoW1x8VkoZY1rGsHGMd2Dz0XAkm/w6oFUKXtbpAmEJ
+0/JyvZ9Fbsd13r7BPw20+1QVqk1q73gorFt5B++H8gWVTm/mOh2VA1DRJ6kUqxUk
+7uT/r/TJi3rnW5C1eSBicGAuLihwvtth8WboRNO2d2EBTM2oI+JLPVleEhsyGU60
+rQu7L34oEDJfzgByTc6jjNjRsSw6IGcg5gVzoXoW/mKHZ4KMOMDAiOlaId7mawj5
+cOK10dSO3sRFHBagDS+VSaVKkkIQ6Dl/RNM0ZV9j+U4UIKRBnIKOMyVyNUNirMUh
+HDTYv7rqEvOVjyk+7N1t6tgCi0iGDLnPXoU3MkIf0mJqyryiC6s=
+=Z+A2
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+7820fd1aee17cf1385d6240f7a5d27d0
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-cms.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+7ded1a8be1a6fb3fca9003a926ac6dcda757dac9
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,76 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:composite-runtime:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "configurations":  {
+    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService":    {
+      "name":"Default NodeStore",
+      "standby":true,
+      "customBlobStore":true
+    },
+    "org.apache.jackrabbit.oak.composite.CompositeNodeStoreService":    {
+      "seedMount":"libs",
+      "enabled":true,
+      "enableChecks":false,
+      "partialReadOnly":true
+    },
+    "org.apache.jackrabbit.oak.composite.CrossMountReferenceValidatorProvider":    {
+      "failOnDetection":true
+    },
+    "org.apache.jackrabbit.oak.composite.MountInfoProviderService":    {
+      "mountName":"libs",
+      "readOnlyMount":true,
+      "pathsSupportingFragments":[
+        "/oak:index/*$"
+      ],
+      "mountedPaths":[
+        "/libs",
+        "/apps",
+        "/static",
+        "/jcr:system/rep:permissionStore/oak:mount-libs-default"
+      ]
+    },
+    "org.apache.jackrabbit.oak.composite.checks.NodeTypeMountedNodeStoreChecker~referenceable":    {
+      "errorLabel":"referenceable node",
+      "invalidNodeType":"mix:referenceable",
+      "excludedNodeTypes":[
+        "nt:resource"
+      ]
+    },
+    "org.apache.jackrabbit.oak.composite.checks.NodeTypeMountedNodeStoreChecker~versionable":    {
+      "errorLabel":"versionable node",
+      "invalidNodeType":"mix:versionable"
+    },
+    "org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore":    {
+      "minRecordLength":4096,
+      "path":"${sling.home}/repository/datastore",
+      "cacheSizeInMB":128
+    },
+    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreFactory~libs":    {
+      "role":"composite-mount-libs",
+      "customBlobStore":false,
+      "nodeDeduplicationCache.size":0,
+      "repository.home":"${sling.home}/composite/repository-libs"
+    },
+    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreFactory~global":    {
+      "service.ranking":100,
+      "role":"composite-global",
+      "registerDescriptors":true,
+      "dispatchChanges":true,
+      "repository.home":"${sling.home}/composite/repository-global"
+    },
+    "org.apache.sling.jcr.contentloader.internal.BundleContentLoaderListener":    {
+      "includedTargets":[
+        "^/.*$"
+      ],
+      "excludedTargets":[
+        "^/apps/.*$",
+        "^/libs/.*$",
+        "^/oak:index/.*$",
+        "^/static/.*$"
+      ]
+    }
+  }
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bcACgkQ8OrBpExu
+QSTEUhAAs/I/DJakPU1pveroJMtcxT2mfalhUS5RUf+lgEeSulA+OdgQW9b6zSoY
+/WFAzLqCHLhU2jVP7tpxi4xAgJPOc678Z74NdoWTeiAo5gp0nyU60UJ7tMwp38MZ
+c+7btBsWJ7WnJktEBvdhjGMGww7GJwXMyAQr1gMoHjgTyq4MFlmGvUXXgi/0rqEd
+oX3ihBBTDSN0VXf0BzpMGsQuJlsmoZV92jE6hAzBvXKPfzYJ3CengoPo8Lz0Jmou
+b/I1AoDDiPjLvYMufSBG5yExLbfAUyZvKod4L1+78ZCow+rYCXmDOS7kjMKhH/uL
+6OALQ5wWvLepjB6sUxdSYwPmvE/bkaTQF46wgG7B8NkdnBjBxVFYrkHJGEStPs+4
+YK9zd58esN3qR6+4p86wMAzm9vhlBMoK6ru4bC4EUe9+h/AP7vTTluBckkYjXqI5
+ZZDAFHXNXLmPNkCBHMooA6FZDDmbzeQMabdQwX5zgxZ6cJpyJ7LDXzHUcnqf5r5i
+J30rdG2MvmmW0KOsJeb+y5YNVxdS3ZEKYe3CRCJ++sfd6vHwWmASrhMLOgKXu9SS
+bIJrFzbgMmriImbRAj0eqQ5g29CZgbb/tZXiLDS3rFuC0xDYTsunSofT9V+mPtCT
+UOqoE3GxzF9U1y0hj44B6nRcMcldB/gjMepCTmAY4aqCbcj5y7g=
+=ymr7
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+a7a8eee0430928e1785fede096c3cd93
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-runtime.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+04850bd828945cbd3671ebc6d925c6128adf755b
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,57 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:composite-seed:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "configurations":  {
+    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService":    {
+      "name":"Default NodeStore"
+    },
+    "org.apache.sling.commons.log.LogManager.factory.config~oak.log":    {
+      "org.apache.sling.commons.log.pattern":"%d{dd.MM.yyyy HH:mm:ss.SSS} *%level* [%thread] %logger %msg%n",
+      "org.apache.sling.commons.log.names":[
+        "org.apache.jackrabbit.oak"
+      ],
+      "org.apache.sling.commons.log.level":"debug",
+      "org.apache.sling.commons.log.file":"logs/oak.log"
+    },
+    "org.apache.sling.commons.log.LogManager.factory.config~composum.log":    {
+      "org.apache.sling.commons.log.pattern":"%d{dd.MM.yyyy HH:mm:ss.SSS} *%level* [%thread] %logger %msg%n",
+      "org.apache.sling.commons.log.names":[
+        "com.composum"
+      ],
+      "org.apache.sling.commons.log.level":"debug",
+      "org.apache.sling.commons.log.file":"logs/composum.log"
+    },
+    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService~global":    {
+      "name":"Default NodeStore",
+      "repository.home":"${sling.home}/composite/repository-libs"
+    },
+    "org.apache.jackrabbit.oak.composite.CrossMountReferenceValidatorProvider":    {
+      "failOnDetection":true
+    },
+    "org.apache.jackrabbit.oak.composite.MountInfoProviderService":    {
+      "mountName":"libs",
+      "readOnlyMount":false,
+      "pathsSupportingFragments":[
+        "/oak:index/*$",
+        "/var/sling/bundle-content/*$"
+      ],
+      "mountedPaths":[
+        "/libs",
+        "/apps",
+        "/static",
+        "/jcr:system/rep:permissionStore/oak:mount-libs-default"
+      ]
+    },
+    "org.apache.sling.jcr.contentloader.internal.BundleContentLoaderListener":    {
+      "includedTargets":[
+        "^/apps/.*$",
+        "^/libs/.*$",
+        "^/oak:index/.*$",
+        "^/static/.*$"
+      ]
+    }
+  }
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bcACgkQ8OrBpExu
+QSQKTQ/+JCLQ12shaTicEBzen1xQZTO4/k545OBjkVmopRadsLjFzhfMxFBTqKB4
+vZN3vr7o3sXvUUC5OH6xO5FSU7ydW5GWgTCotMaoGP+QQ7cc9udnAqyJj6qNPff8
+WxXrUTlDDi1TjZOwfAHsiAkg+taBCXzU2+XvK90VesGoJazW58v+TxJQXvSWJRgo
+1w/m4WEEHTeEr08EbdGxm1fQRaD69mB562LLyAZabNoNnf8p35EjuWR8MP8zfMAy
+4bD61LiD+5RefJsgiYZb49vDf9mPVpswC04RK2HK+td8V/Z5zPucWtrFxBjk8jIw
+Dj1mvL2dZx5Scw6e3Fy6P4ufoSdu5/u4b4XP0MALMo+RVMq2njXe95VnWVUmykfl
+0xBRUqOATtVYDuqPNKxdNPWL9TiL03AMbpkJRv4yaJST0WifjSUtgeyVjotYI3cJ
+4t3ub/0rbOoxxPcjUsM5tZWSzyzvEA4jl5Cv++vFvRLXvW640UOtIafDEnR2HuXB
+ZiNOh7h0sCNTtrHX5TQ1nQPL3fvaojQxzCT2zPoEuJGncutGxUhvPEGe6O3lMJe7
+NPJRDOKtxElIy/9GVrzoOT1imSAWxqXC/guWwpW/a0Lq9edE2UaaVGRX8M9sCuQd
+B0z+0vIcJKUxsa/2grIbrEww2HarEaOXa/Iv7uz1v+nJbnpU0bc=
+=NALm
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+ec8d908f63b969cfe0006c14f881ac28
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composite-seed.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+8abdc544a2205c71a50e5783042368764c74ccf9
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,35 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:composum:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"com.composum.sling.core:composum-sling-core-commons:1.12.4",
+      "start-order":"20"
+    },
+    {
+      "id":"com.composum.sling.core:composum-sling-core-console:1.12.4",
+      "start-order":"20"
+    },
+    {
+      "id":"com.composum.sling.core:composum-sling-core-jslibs:1.12.4",
+      "start-order":"20"
+    },
+    {
+      "id":"com.composum.sling.core:composum-sling-package-manager:1.12.4",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~composum":    {
+      "whitelist.bundles":[
+        "com.composum.core.commons",
+        "com.composum.core.pckgmgr",
+        "com.composum.core.pckginstall"
+      ],
+      "whitelist.name":"composum"
+    }
+  }
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bYACgkQ8OrBpExu
+QSTOYxAAuWHQC9rc5xCPmmsdSXZ+SN/eGsWNgqGyk9QxrTXx4nzfYduV0+FRptlT
+9wXgIwuXxtY6PWuFAkoXwHj1VahyMNfXpfGZXoAeuwmsAMBK+CqmE1/5glz6Q4j1
+aqsVgAjUm+vCX5VNZn9E0DRo0MH43MdQTOxpiZXx3LJ6Htwhg7vyIF0OnTrbzKWN
+lcw+fS1L5gjtGJcpFmG6l95w9JBXU1zMUnxcYSxqDG5ai4ayFikCIVWIJHUMTQl1
+AMpVJsPckVy+yZXBZ2eFRy5tGriuR4dGMFf35n9r3Ln/ysg8rHmUGS0TXEYx6263
+N/0zGeBO63pTdofVzlwO9BZKFb4Jk5vTucjMB6gwEzghCJY+TGdGHROYFfK18+j7
+lmK1Ht2PUnQIZl5iWFEEpoYP8BxJgJhwdgiKXPVV0FDP1+oTHeJUXbF5jP5SD+60
+TCoCsC2q56Dlvx7tFj4KDpTFUZmptdTcvvwK+tBlYNLQf38wC6eNVsRp6hvK9iF4
+0krg62USX3u07pgKf0IYUm7a7AqnaHqWUbVcsD/6hJjG1jbgO4KVhYDcWp08Jvbt
+c9yt6A38y9Uu/7nb04iO2RtaLTYhdxpGyjvez2tYGfc4pMavrgWmzQx4OpI7rec/
+RGy2kSKB38k3/k2SAFjibxTncHgDgFL4RWmi7CatMMUZRlrBKis=
+=DfWH
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+c700ef40eee74d2583508f44da663278
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-composum.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+7cac2f229ca374d7fbb667edf00aa4f9edb01728
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,146 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:dependencies:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"com.github.livesense:org.liveSense.fragment.sun.misc:1.0.5",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.launchpad.api:1.2.0",
+      "start-order":"5"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.launchpad.startupmanager:1.0.0",
+      "start-order":"5"
+    },
+    {
+      "id":"com.vladsch.flexmark:flexmark-osgi:0.62.2",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.cocoon:cocoon-serializers-charsets:1.0.2",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.commons:commons-compress:1.20",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.commons:commons-csv:1.8",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.commons:commons-email:1.5",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.commons:commons-math3:3.6.1",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.jackrabbit:oak-auth-external:1.36",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.jackrabbit:oak-auth-ldap:1.36",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlbeans:3.1.0_2",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.fileoptim:0.9.4",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.resourcemerger:1.4.0",
+      "start-order":"15"
+    },
+    {
+      "id":"org.jsoup:jsoup:1.13.1",
+      "start-order":"15"
+    },
+    {
+      "id":"com.sun.mail:javax.mail:1.6.2",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.commons:commons-text:1.9",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.jasypt:1.9.3_1",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:4.1.2_2",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.crypto:1.0.0",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.html:1.1.0",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.messaging.mail:1.0.0",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.commons.messaging:1.0.0",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.rewriter:1.3.0",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:1.3.2",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.tika:tika-bundle:1.26",
+      "start-order":"15"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.security:1.1.20",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.servlets.get.DefaultGetServlet":    {
+      "index.files":[
+        "index",
+        "index.html"
+      ],
+      "aliases":[
+        ""
+      ],
+      "enable.html":false,
+      "json.maximumresults:Integer":200,
+      "enable.txt":false,
+      "enable.xml":false,
+      "index":false,
+      "enable.json":true,
+      "ecmaSuport":true
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling.rewriter":    {
+      "user.mapping":[
+        "org.apache.sling.rewriter=[sling-readall]"
+      ]
+    },
+    "org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole":    {
+      "whitelist.bundles":[
+        "org.apache.sling.serviceuser.webconsole"
+      ],
+      "whitelist.name":"org.apache.sling.serviceuser.webconsole"
+    }
+  }
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bYACgkQ8OrBpExu
+QSQ8qBAAswzWKW/+Dmf0x9+V7Tr2L5wsjADclGFeLHtSQz0X9XP8Gzde147zA2P3
+QUidq8/OtgNMy3lRaz1jsEmng0Xz5FvkxLumUSeE1DP0e20WS4cuGh3WnDmMxYST
+86A2aLlvCcRXfmgqGmtyIIuk4R0YR4yIUzXG1mq5I87PGGG8PqVvh2mMvOxHxGRJ
+nB/B9P+X7l7N9aYswSCUmfLxJ/CgaRSq5bHtOlBOtJeRav/s7kb3qKDGoIQM4Ysy
+ZaxLej+2+GcIYP5uj5h/exiPB0Jr9QpGfHZqrdQlVWFQJz6SHOyXu370h4s+G6LG
+aXxdGM7XSPFEassr/xTWdmhfbCSaEX9apDdYo3EX9XXnh8nIqG/moonkmtj0Wl6L
+dSfhGw7Dkn9X+G8e4igdeJzQ9rruvUFIEvHONDX3xSfL3mcaPzmOwHpPG5bwUP2P
+NUQIs7j1ej3sJOeyTwsa+GObAEyBX3vMBRqwCFg9l2znF0pXyhLQoLvP3pxYqAsp
+h/h29SZWD0r8g9zPIB+PiUL3gC+abBCLShkqvOgp0UbHcD4oziwvRXwRQb1RslMX
+68uQ59/qJGtQR62w0STI98gqoNRW1xa6ROjcHMwlUzzE5c0aNyd9RJ6jScr8dLTT
+B6sTc5HPez86F5burGLMhYE9I54YdlwTNuxby7ujNdYbIaNV9mA=
+=iEGO
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+e2ca959cdb491cf6c7c870db9bde573e
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-dependencies.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+036d60a48ab14668fc0312e37a1a2a4dace87767
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,67 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:discovery:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"org.apache.sling:org.apache.sling.discovery.api:1.0.4",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.discovery.base:2.0.8",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.discovery.commons:1.0.20",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.discovery.oak:1.2.30",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.discovery.support:1.0.6",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling.discovery":    {
+      "user.mapping":[
+        "org.apache.sling.discovery.commons=[sling-discovery]",
+        "org.apache.sling.discovery.base=[sling-discovery]",
+        "org.apache.sling.discovery.oak=[sling-discovery]"
+      ]
+    }
+  },
+  "repoinit:TEXT|true":[
+    "#",
+    "#  Licensed to the Apache Software Foundation (ASF) under one",
+    "#  or more contributor license agreements.  See the NOTICE file",
+    "#  distributed with this work for additional information",
+    "#  regarding copyright ownership.  The ASF licenses this file",
+    "#  to you under the Apache License, Version 2.0 (the",
+    "#  \"License\"); you may not use this file except in compliance",
+    "#  with the License.  You may obtain a copy of the License at",
+    "#",
+    "#   http://www.apache.org/licenses/LICENSE-2.0",
+    "#",
+    "#  Unless required by applicable law or agreed to in writing,",
+    "#  software distributed under the License is distributed on an",
+    "#  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY",
+    "#  KIND, either express or implied.  See the License for the",
+    "#  specific language governing permissions and limitations",
+    "#  under the License.",
+    "#",
+    "",
+    "create service user sling-discovery with path system/sling",
+    "",
+    "create path (sling:Folder) /var/discovery",
+    "create path (sling:Folder) /var/discovery/oak",
+    "",
+    "set principal ACL for sling-discovery",
+    "    allow   jcr:read,rep:write    on /var/discovery",
+    "end"
+  ]
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bYACgkQ8OrBpExu
+QSSjWw/+N8Y+eNC8xuJOM8PqF3wUlKonmHlaKEprWwSYyL9zV3iJcyYtpRa3GhlT
+hy+FpEAFwKbT1xjiMQ+6hTpKrRr7AHY7xDfltRQR7YideDZlXJaYixcSS6quhptw
+4QvDHTB0JwX+D+2lNHwed0QQNJBJP4ZW0G2M6NvoRZOtEmDNf++8Sv3Qf9gKdI/x
+BxnqnZvRB0XER9cRoQVLdK5T8PfGrYCYg4mJMtMvpgtMp2j/AFC3+0PHxW/FQBua
+9cI49BI4CoNObX1dbkrCwejILhr3dfyC8mE3TbPot9TtGWA+bh7ZmYCzlfDJB678
+lm53QCkMPe9wAD0Q+2A8GyNfC1J4DWGf8VY3Iy0AF8ewQsgWEg4jNDOLQb0ZtRif
+GKzXOh5FM2vE/swSNx+cbCpPeyEx9JAOJUmYnpw8eDr8gFGllb14+OzQDoyqUpG7
+N88APnMu6h2CKSDdIko5vDj35dPlHex7sDvxmYSqvpbR3xWN8a0YgfpbLBrNSuUq
+U7gnoWX1eUEV/ELS3XDIGVSDu31BP1ZQMWoTd9DBXNxokOUgHVjKv/4xb2kk4PFO
+2hGeHMTAjVdpX5HJH1WZbqFHYhon+JnLuTDu+IeYVFruhuFnOlDLls243zpztkci
+ZOXvN0Ztjyg+vkexIrfeBmjTahMq1k2NAYbe/mK3ccC6s22jX1w=
+=lhqi
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+daf29d37262ea529b80bcc7835faa010
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-discovery.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+e138a241d1762ada080beaee45598fc3584b30f7
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,55 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:distribution:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"org.apache.sling:org.apache.sling.distribution.api:0.4.0",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.distribution.core:0.4.2",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory~agent":    {
+      "provider.roots":"/libs/sling/distribution/settings/agents",
+      "kind":"agent"
+    },
+    "org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory~exporter":    {
+      "provider.roots":"/libs/sling/distribution/settings/exporters",
+      "kind":"exporter"
+    },
+    "org.apache.sling.distribution.resources.impl.DistributionConfigurationResourceProviderFactory~importer":    {
+      "provider.roots":"/libs/sling/distribution/settings/importers",
+      "kind":"importer"
+    },
+    "org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory~agent":    {
+      "provider.roots":"/libs/sling/distribution/services/agents",
+      "kind":"agent"
+    },
+    "org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory~exporter":    {
+      "provider.roots":"/libs/sling/distribution/services/exporter",
+      "kind":"exporter"
+    },
+    "org.apache.sling.distribution.resources.impl.DistributionServiceResourceProviderFactory~importer":    {
+      "provider.roots":"/libs/sling/distribution/services/importer",
+      "kind":"importer"
+    },
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~distribution":    {
+      "user.mapping":[
+        "org.apache.sling.distribution.core=sling-package-install"
+      ]
+    },
+    "org.apache.sling.distribution.agent.impl.PrivilegeDistributionRequestAuthorizationStrategyFactory~default":    {
+      "name":"default",
+      "jcrPrivilege":"sling:publish"
+    }
+  },
+  "repoinit:TEXT|true":[
+    "register privilege sling:publish"
+  ]
+}
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.asc
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.asc (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.asc Fri May 21 03:55:08 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEETXg0f09Pho2Ows0T8OrBpExuQSQFAmCh3bYACgkQ8OrBpExu
+QSSXgxAAxGtFWlTi+aEZTmDerXqkLhzRlndS94kzWJMj2pIY+qgBj25LRMSRP/6+
+jPw5/c4of4K7TfakHTwC2B7yDbtYYKzi0B6cqzjVV93XBg5ZOyCQYWoeRix33/eU
+c0SiRh4UEmn5OKUtfMclHIX3PIU8atn2Vq218QNVUPMUtxETySp4l0qMLoGWlHw7
+zvoQM0fj0e4bWC0+LxInMcfYZaH/HxfOmhKm2n8rl6fMJhheI4GonbPG/vqXDdlp
+Q3xnyPFiiwjAsk+h9dqFVNg/jK4yFw2WVQU3eQwpXrEJ08xKfPx1m55gns0gcIoW
+v1qwfBhPTvNe3wGqwi+cot1j5of/7hi0Kd28DA+HH2vt/KZcsD48r9LRaxB7ZLEN
+NyxFdzWUvrI8fpRV9dtEnUzux1DcLix8HNIes0q2eievd1PyJoFmaZtUFEFJBgGo
+vh6EnJ3/nwXBc4epHsQgPwJmGrWg1/IlEysUTkhNEgFhmAzTkQdjUSDWuPfVPAMd
+glJGWeqJvhflV+vMY3wljpUc431v/Vsv1mW1LE8xNDh6TaJD+WpxbZJwBSg+9po4
+WXX+FON0GGnR9y3tBxgmAWhf4Y2VAXxLqys3R85XFqEp5x9nXd+QSUsDB0IJxudV
+Cjfk8VcN1dsB2H1U3fLgzK/aeMS8cZKJ3qXJFEccucPpKTYvV0I=
+=K0+3
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.md5
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.md5 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.md5 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+d9194d9b30896e2be230d483961ad81f
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.sha1 (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-distribution.slingosgifeature.sha1 Fri May 21 03:55:08 2021
@@ -0,0 +1 @@
+6d93249d504a7d3611fda22dfeb271e29f7a12d1
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.feature-1.0.2-event.slingosgifeature
==============================================================================
--- release/sling/org.apache.sling.cms.feature-1.0.2-event.slingosgifeature (added)
+++ release/sling/org.apache.sling.cms.feature-1.0.2-event.slingosgifeature Fri May 21 03:55:08 2021
@@ -0,0 +1,54 @@
+{
+  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:event:1.0.2",
+  "title":"Apache Sling - CMS Feature Model",
+  "description":"An Apache Sling Reference CMS Application",
+  "vendor":"The Apache Software Foundation",
+  "license":"Apache License, Version 2.0",
+  "bundles":[
+    {
+      "id":"org.apache.sling:org.apache.sling.event.dea:1.1.4",
+      "start-order":"20"
+    },
+    {
+      "id":"org.apache.sling:org.apache.sling.event:4.2.18",
+      "start-order":"20"
+    }
+  ],
+  "configurations":  {
+    "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling.event":    {
+      "user.mapping":[
+        "org.apache.sling.event=[sling-event]",
+        "org.apache.sling.event.dea=[sling-event]"
+      ]
+    }
+  },
+  "repoinit:TEXT|true":[
+    "#",
+    "#  Licensed to the Apache Software Foundation (ASF) under one",
+    "#  or more contributor license agreements.  See the NOTICE file",
+    "#  distributed with this work for additional information",
+    "#  regarding copyright ownership.  The ASF licenses this file",
+    "#  to you under the Apache License, Version 2.0 (the",
+    "#  \"License\"); you may not use this file except in compliance",
+    "#  with the License.  You may obtain a copy of the License at",
+    "#",
+    "#   http://www.apache.org/licenses/LICENSE-2.0",
+    "#",
+    "#  Unless required by applicable law or agreed to in writing,",
+    "#  software distributed under the License is distributed on an",
+    "#  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY",
+    "#  KIND, either express or implied.  See the License for the",
+    "#  specific language governing permissions and limitations",
+    "#  under the License.",
+    "#",
+    "",
+    "create service user sling-event with path system/sling",
+    "",
+    "create path (sling:Folder) /var",
+    "create path (sling:Folder) /var/eventing",
+    "",
+    "set principal ACL for sling-event",
+    "    allow   jcr:read,rep:write    on /var/eventing",
+    "end"
+  ]
+}
\ No newline at end of file