Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom Thu Apr 27 
16:26:04 2023
@@ -0,0 +1,319 @@
+<?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/xsd/maven-4.0.0.xsd";>
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+        <version>3.4.6</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+    <packaging>jar</packaging>
+
+    <name>Apache Sling Testing Sling Mock Core</name>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+            <version>${osgi-mock.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
+            <version>1.6.8</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            
<artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
+            <version>${resourceresolver-mock.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlet-helpers</artifactId>
+            <version>1.4.6</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.resourcebuilder</artifactId>
+            <version>${resourcebuilder.version}</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.resource</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.converter</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.function</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.tracker</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.impl</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.resourceresolver</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.serviceusermapper</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.core</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.mime</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.johnzon</groupId>
+            <artifactId>johnzon-core</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.classloader</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.settings</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.i18n</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.adapter</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.xss</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.featureflags</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-jackrabbit-api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <!-- for org.apache.jackrabbit.oak.jcr.observation.filter used in 
https://github.com/apache/sling-org-apache-sling-jcr-resource/blob/18edb8d7e7106c1e1e3333b89bf4d2a49c686e3b/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java#L33-->
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-jcr</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-collections4</artifactId>
+           <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.contentparser.api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.contentparser.json</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.contentparser.xml-jcr</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit.vault</groupId>
+            <artifactId>org.apache.jackrabbit.vault</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.fsresource</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+            <version>1.0</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-json_1.1_spec</artifactId>
+            <version>1.0</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.3_spec</artifactId>
+             <version>1.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+
+            <!-- Publish test artifact -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>src/test/resources/**</exclude>
+                    </excludes>
+                </configuration>
+             </plugin>
+
+        </plugins>
+    </build>
+
+</project>

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.asc Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhtcACgkQoF0XHqDx
+Fzq+tggAlCRzzE1IqgKEEKbDdhrSpNY20hmz+BZ0ueypKFs3228AKGqZA3Rtn+8j
+jSo71n3Ka4hqQ5HJUjYwphoEMA+ZOnLxT1zsXz9O/iQ3KEsgYvD18hlg/6UZiN2W
+QN5hmMAGzDJFZSmfJmYW3F4CxM7MCU3Z76ZVVCKVHYYhzG7SjTAKVJ6EQ787SPqt
+iHzuOMrV78/fR1mh1z2pmS1aACSuSglngCD71eSo8eW+T61Z3Rh+t0Q2R2NLwoxm
+3ugX1qx6g3MUBbb9BhjFCCJrKwDI5KEVq6Gm8q5pEM+LxyoVEfMwMAFhs9pwkXi4
+Um2+5InHGP17xQ+XWC6zb1MZgjOpBQ==
+=2ogV
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.md5 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+cd5658f9397b7f05d156431985c13502
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.6.pom.sha1 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+8a92f6fc6d12864bf029597e229dc9b9a12ecefd
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.asc 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhvcACgkQoF0XHqDx
+FzpDWwgAkSKNHMBDR1roIDo2g9o7S76/7JqLkoGJgiWsh/pIQCGv0MriPdD0rOmf
+tU0Y+iQySsStdMfFF1sWeHhHDNMwoWGAjfnQsiADogTzsV4YK5jynOLJVRSl0n3Q
+Te5Jf6ZUPqAZ88DwmHdt+5kPkyL4prvXEvljOp+SWkF5ZDWrdrJWDS2GZG9+psCr
+Os87FWFACLIOPoyQ6uAc6XjX+TF3rid7byzFmBA7NpIGZxQldJ5jAGnptG7phdGA
+g56D8qHpxygCYmDJ84p4Or48t1+ggeLMmHVii165L2KRo7tZE2tlTKtcDCk17jCP
+N1D/V1DULmU3VMCCJoMthGaV4xxYew==
+=2VzF
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.md5 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+658c8bd21e41d426f523aefb2d7d4cff
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-javadoc.jar.sha1 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+0fbe90a89f36d3aa5eb7c0bc0a3936794d226c19
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.asc
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhvYACgkQoF0XHqDx
+FzrvDwgAnRHDflv18Z3A6SsuQjpW4DOIBMOzYsfSsh5uYe+/I+FOOkvHmIdFshvg
+K56hsjOeQkWY2qDHFz4EU+dPwMhxaypS4DnGDQDBia1hLTMOWM0VSMqg5OTRzfm1
+HGjCVkz8CvY0sse114wviJ2ccdCSTJVjnsktqJAx4u5bntt6v/et6jMmhTY5aWJY
+0RiPmSLOQu8PE34ahyaQm8Tye8qWWvy9nCbEWoq66rFNdDbiUXmTs8e9D3O3HLw4
+trenSN18n8QZu/bIdqft5JINOSj6HlADipijxzpvRc0jiCMbdpGN/Q4iFscUyliC
+eEl17QttWM+jarxL/lBXTcD+ZqvSKQ==
+=A27q
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.md5
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+82242ff0d9160fa14d92c30c8e3acc8f
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha1
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+ae761f9f45eee19ad0e37d345fe091e4a6ec58f8
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+5cce198b85b164291e507fe2a09bd4334c17ae1e3920c6aee14028d3e04ec539f6188382b36cfaf4a4e036d611298a923955a6eec351b127a715d79c76141221
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512.md5
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+6de43d63380ceb0a19294ebd1081d136
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-source-release.zip.sha512.sha1
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+4b429f96e162fd95e070316ef4ab2928f0dfb0b3
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.asc 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhvcACgkQoF0XHqDx
+FzrcJAf9HPiwYTINHJ6A7Q8YrVHVMHlP5mxQ1MNQkpKIVgEW+fsjsWtRj56EoMkb
+44vpmb4DcRlj5znAOn76QDMCMV4u8djgTRDrLYgxXDPuHR8Wud09M3UAQR6EuGMy
+AeKR9Sk3YDyy3q7PrtuCG86tgr9VFgIPaYeo3zvajLbMCC7utb0DuVkpMSBs7+Na
+2THbqSfddt/2jVwCTTpU95zxxZZdQThUP7L7ETGfrAItO5Iu5YfE8YzRc1XgynYl
+buMnBdPR7FLXjO65gmALqrRFxonoMcNBBaskk2VzFx1cNB9WYXFkbuYQC+uhdCk+
+Ro9V88GpQIsdEkkC9PuVgoQBnPbO6g==
+=IWd4
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.md5 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+c0913020152a9b6080680388d9d9e010
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6-sources.jar.sha1 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+6cfb3b376c4b8def5a4d7bd18ab3ff224eec550f
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.asc Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhvUACgkQoF0XHqDx
+Fzpn6gf/T4p45hBn8QvuO6wo/6TBrFoCscchR5x+hn9VIykVtwbnsNp9DOXt3Lv6
+RkxEsCs0dqMWjAlv2N5UTHIZycsKvQ9gGeDrGnLxXKV/ASUIMZe15u+R7fdbyZmz
+lpuN+4GTXPAIuiS0C9yr0ENOhT5GRcPRX/pu4ohZtYSMGzJl6CShJ4AWGJPFPnbr
+H7SLm/LWrtVaVspTloEymIVz5+78yOPAmw0uvtbCQRmnL/R2wEWqu8VrnnYnE78i
+UIre3O9rdoL6MrMSzKjs4iyu/zrRAVUbr286JnTmxG6tOGnGrmtXrrYSzAdZgNaL
++6fHRGBxCuwY7ItLt9YE+WG/2XXaPQ==
+=xMVp
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.md5 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+b60ad9af60ee97285c80d18a8d7c096c
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.jar.sha1 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+c0bb7a2be2a9ad56c81614933747750b69bdb8d1
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom Thu Apr 
27 16:26:04 2023
@@ -0,0 +1,91 @@
+<?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/xsd/maven-4.0.0.xsd";>
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+        <version>3.4.6</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+    <packaging>jar</packaging>
+
+    <name>Apache Sling Testing Sling Mock JUnit 4</name>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>3.4.6</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>3.4.6</version>
+            <classifier>tests</classifier>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
+            <version>${osgi-mock.version}</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+            </plugin>
+
+        </plugins>
+    </build>
+
+</project>

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.asc Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhvYACgkQoF0XHqDx
+FzrUxAf/UGnRBK2HIBwwkonPnPCaoV9Pw+mqB/2iC27RtVsKVPRoeKT1AmsLBkrl
+yQnhcrTFU+Y8CTfe1r/RQvaaHsUpeykedJAm4H0bpwdvM8a8I10nbUyMHii5KNJu
+Q8j2ZcpmtZiAdEytYyBdMCWF3bqEPHe1+ntvWRCuiRQcjuIG6pqneHPlhzLsVoAT
+b1udldLWq/iNzDW056rHEiw4IgH/mjnvw6ldmvbe4AO2gcw3b6/ChAknNK/AcGGn
+oI6omP6aWhabnxpqRSkBfzsNYMM3Dfj1EzJWuXiy2HvGcu/txGHeRiY+KWDEeQ6c
+6oSOYRlTAdLOHhawvQdx2JPPa9l59g==
+=0gaX
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.md5 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+34c07daf21ad4e820dbb8cba269d85a2
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.6.pom.sha1 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+d2cd8c54099bea5617a1d15ccae893b1599959ea
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.asc 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhw8ACgkQoF0XHqDx
+FzoFnggArnz0mMOly3wQE4H2ugGGJ/Eu0viNIjrsWBqWdf/GP3uQ8y5Lw6Mg5xHy
+m0g/fpb+nxGKGFq4BBg21G9DSskyYRB3slXPmr7xxG2UlJI9FEDlkd7bddN9isQp
+W0UmOnZ7j8+c3RqYv67q6mwqcBdNX97rzGMDkouUiOy0X2Yhp+YBeu/KhIdQetuE
+KnuRErYeEO3/fmfzeHm3TkZ8EItUhw1/1B77FN4DWdEcPLB2xWygFHkp9Rgb7c9g
+0/+AfoQh/tLlk2T1Eh+K/DON24aQ5J2sdXAPqwBJaW6vn4tbhkF88g8uMpqE+p5R
+DECDgv26lPXxM4NFYd7LRPrh4YJ0SA==
+=5PF5
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.md5 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+e2ff5ef2705469a53d148904e70db64b
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-javadoc.jar.sha1 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+61ecd0dfef656dc950c54ffe8ea882ddde05e2b2
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.asc
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhw4ACgkQoF0XHqDx
+Fzo6Tgf8CdE31DTzrjGLSqs63oZJE+cKJGFGbqGn+Z0HwyPzO8eECgI45xdHrSBe
+AQObJVFyRiqwz18Kz7yP9QCapSSdQuPj8b0lGjvjZ9viQfQthBlfG1E4g9r08Ctp
+RsbHsbEx1sXI6bM5XD24Rw/dvyl5z8XU2GbeuxH9GeJ1YY54KBvZC1Bbp9kWQIGg
+C1MJpWGU45BHGP9JmkbyNVPcRUrJE8cB7Dh1mwB0NDyeRNx9hldTN2eJD2obViyl
+LOiAimEZybi8E76dbTTkPMr468RnpEngwI9MchW5aEJoNL+F1rhmja0vbeDBBSYu
+A9kzBIv5iNE9VDu/6cjQu5l6CVpxSA==
+=wzl1
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.md5
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+0b303402ccf8a22d757009d77eb0fbf9
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha1
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+7ae2b4b9cddbce986813f2f78d6ff72d68f0ca9e
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+5a0eddec2dab53da1fd15af8a5c73f54c2342569022a7c40902e887527e157c9047c4c82f62df546de10824eb09dd5703570fbd9c715386fd76e4e0324cd46c8
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512.md5
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+6df7dd911c98bd6ded667c276291f32a
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-source-release.zip.sha512.sha1
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+2bba8fe2b95c9d7edde462ed66aac4ce1d667c31
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.asc 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhw8ACgkQoF0XHqDx
+FzrnOwf/SAnGZecwzH0d+THxxZ4WiOiGgGO7U8pgLL/g8qEuzaaJvb7QipBFJAUP
+0ubIpFwFmF/PmdnvcFmbyPepN2Lz/hRiv+API7yAvIQTFg0jxcbDLSHds6Y2kXlr
+zWw/F01CK91JsQsYELnEMzeOatNoCMOdX59THYzJNf+vcCselNOWINvF4PpWloX7
+5B9ksNxkrVnAAUiOn9RPDfREeIASvmNC/Kzrv5+iXh0nLfVSsANEqQGzBxKQnWAY
+SI/EkCLAuSR5GLlxMqbMnAtV+2eRrqKvWJ8VuFhYpEFw84b5lvnsz1pOH7u5CUq0
++tZiH9MsVuSd7/wg1NwAltEYiWItKQ==
+=Bl9a
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.md5 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+95136e38a0c5f409396e2db6f6b1e627
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6-sources.jar.sha1 
Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+3a39d532e2dd4b7ce9ab98280509ef71c46c89fa
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.asc Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhw4ACgkQoF0XHqDx
+FzpuIgf/Stnalo1ONZJKM3xxRqxWVwgmxc27dC5r6pBvEx3DUEL5+qM4QaDE6I4u
+pgGoMy17o0b3vLK+hqSWupHObIPGgLZSlc2p//W0IHVOa6JyricogMBbCAGhyu51
+ob7Vn9rrOMbklG7BFPwd8VRUHvAyQg4KZnEyu9bOz7CT7c64BFqmlSnfB4pEzPLw
+1SDeSc6st4y3qKcuUcAVesdCqp0MtCvNGweQCJhlbX3A6SihWLpbEATPtiGfCLeU
+TG0ztwDL1LR9C/p961cPbUP+eX6f8NPP3NX/HxDfPLyDy/529qeOFlyqjNUjQfde
+pbVt6XQYG3srpHb58OFZADoK57NqlQ==
+=nZTA
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.md5 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+0abc0f170d1a055b539260189bb08238
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.jar.sha1 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+561ce5eff86dd5648fdb923bc637734044710522
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom Thu Apr 
27 16:26:04 2023
@@ -0,0 +1,125 @@
+<?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/xsd/maven-4.0.0.xsd";>
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+        <version>3.4.6</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.sling-mock.junit5</artifactId>
+    <packaging>jar</packaging>
+
+    <name>Apache Sling Testing Sling Mock JUnit 5</name>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>3.4.6</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>3.4.6</version>
+            <classifier>tests</classifier>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-junit-jupiter</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <!-- JUnit 5 -->
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-params</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-engine</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <dependencyManagement>
+        <dependencies>
+
+            <dependency>
+                <groupId>org.junit</groupId>
+                <artifactId>junit-bom</artifactId>
+                <version>5.2.0</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
+        </dependencies>
+    </dependencyManagement>
+
+    <build>
+        <plugins>
+
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>src/test/resources/**</exclude>
+                    </excludes>
+                </configuration>
+             </plugin>
+
+        </plugins>
+    </build>
+
+</project>

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.asc Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhw4ACgkQoF0XHqDx
+Fzp5Tgf/UPZhU/8kK19GKXXmbDQ6wT8l/JA+ofYsfp+CMpyS1V2A/52cyJIoCP5b
+CaG7vaM/9PK1vPJrY/KZTu0yR3/vx+NhL6E1xOwgUusohYD6KONWX8uvu6goJGrJ
+eHfvoDcS87Ass0QicsMVuILlJhgmq4oqyf4gJTs68mqauDk8wpXyMBVSB9VYk5CD
+7ehz+7zRtE1PUjvhnc+D69HMWH5y7GUJTFBLQsTHIN60K7JDfgbdZ3ZuT+MnAmWF
+Oc1QTJQjOA/hTvkKaT5KaYcBTgxWdTyOJIq74xn7Es5iFV3N0XzSZDBxm81OaNMb
+AjdRSLA/ZmXNfWsBp4s1OFKZLQuELQ==
+=bjoZ
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.md5 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+fdf020704beb9cccd4db83e0b7e1a052
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.6.pom.sha1 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+5d0efc21d4c54f5876713f2528dd1829bfac47e1
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.asc
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhr4ACgkQoF0XHqDx
+Fzo0Twf+IvZclbNAtb0YcSuOLdsxnp+ffZrfJIFK5UjzV7+fi3y5hdeiJTQkf2Re
+Nvi2aLaZMPON3ohyQVojjjKaI0eO0NfUZ6S0DRSD1c00pFT59pxd2B199frH/0LX
+RAnu8c9b9fQXe9M/cz3HqJBp8rnw+T0MhfX055nNsWlAaPR243A3WzfQ4aOynQ0N
+qE3SjqDESuvx3ki5AUnV+7HJJMG0QHig4UWPT5IbQhDPx4NRTdzLJefu7xSqGEh4
+FeyytLp7FNQ9NnGqJWMDNICSIdJuXLrQh4uCSpJ/9g6GAF310asnNPFl5a83pwJY
+vhREdgJCQwIA5WUIOZQIgpzdhfBaxw==
+=QhUg
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.md5
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+45b0fb316ea0a85b8a068c879c2b412e
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha1
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+e9683fdc0254802e8a2b2cf481f1991f1b9f9b51
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+72d1479c75203047257b6f94f23495a867276399808bb9bf1619dcb5c2994bfd35434838e3aa8c45cfa92a89e8446282c5341f2896e72315061d0188a28d0e91
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512.md5
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+e8796faa94e9fbf0223e83504f9d75b9
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6-source-release.zip.sha512.sha1
 Thu Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+294b224db1c64340dd2cc0c2a8b48594fde3f293
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom Thu Apr 
27 16:26:04 2023
@@ -0,0 +1,433 @@
+<?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/xsd/maven-4.0.0.xsd";>
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling-bundle-parent</artifactId>
+        <version>49</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+    <version>3.4.6</version>
+    <packaging>pom</packaging>
+
+    <name>Apache Sling Testing Sling Mock Parent</name>
+    <description>Mock implementation of selected Sling APIs.</description>
+
+    <properties>
+        <osgi-mock.version>3.3.6</osgi-mock.version>
+        <jcr-mock.version>1.6.7-SNAPSHOT</jcr-mock.version>
+        <resourceresolver-mock.version>1.4.0</resourceresolver-mock.version>
+        <logging-mock.version>2.0.0</logging-mock.version>
+        <servlet-helpers.version>1.4.5-SNAPSHOT</servlet-helpers.version>
+        <resourcebuilder.version>1.0.4</resourcebuilder.version>
+
+        
<project.build.outputTimestamp>2023-04-23T19:26:48Z</project.build.outputTimestamp>
+    </properties>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- Nullability annotations -->
+        <dependency>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>15.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <dependencyManagement>
+      <dependencies>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.resource</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.converter</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.function</artifactId>
+            <version>1.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.tracker</artifactId>
+            <version>1.5.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+            <version>1.3.8</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.impl</artifactId>
+            <version>1.4.14</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.22.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.resourceresolver</artifactId>
+            <version>1.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.serviceusermapper</artifactId>
+            <version>1.4.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.api</artifactId>
+            <version>2.4.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+            <version>3.0.18</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.api</artifactId>
+            <version>2.2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.core</artifactId>
+            <version>2.3.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.osgi</groupId>
+                    <artifactId>org.osgi.core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.osgi</groupId>
+                    <artifactId>org.osgi.compendium</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.mime</artifactId>
+            <version>2.2.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.johnzon</groupId>
+            <artifactId>johnzon-core</artifactId>
+            <version>1.1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.classloader</artifactId>
+            <version>1.4.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.settings</artifactId>
+            <version>1.3.10</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.i18n</artifactId>
+            <version>2.5.14</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.adapter</artifactId>
+            <version>2.1.10</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.xss</artifactId>
+            <version>2.2.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.featureflags</artifactId>
+            <version>1.2.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-jackrabbit-api</artifactId>
+            <version>1.22.5</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-jcr</artifactId>
+            <version>1.22.5</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.osgi</groupId>
+                    
<artifactId>org.osgi.service.metatype.annotations</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.osgi</groupId>
+                    <artifactId>org.osgi.annotation</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>jcl-over-slf4j</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-collections4</artifactId>
+           <version>4.2</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.2.2</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.6</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.contentparser.api</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.contentparser.json</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.contentparser.xml-jcr</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit.vault</groupId>
+            <artifactId>org.apache.jackrabbit.vault</artifactId>
+            <version>3.2.8</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.fsresource</artifactId>
+            <version>2.2.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>4.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-junit-jupiter</artifactId>
+            <version>4.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+            <version>${logging-mock.version}</version>
+        </dependency>
+
+      </dependencies>
+    </dependencyManagement>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                    </configuration>
+                </plugin>
+
+            </plugins>
+        </pluginManagement>
+    </build>
+
+   <profiles>
+        <profile>
+            <id>latest-dependency-versions</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.models.api</artifactId>
+                        <version>1.3.8</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.models.impl</artifactId>
+                        <version>1.4.14</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.api</artifactId>
+                        <version>2.24.0</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        
<artifactId>org.apache.sling.resourceresolver</artifactId>
+                        <version>1.8.0</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        
<artifactId>org.apache.sling.serviceusermapper</artifactId>
+                        <version>1.5.4</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.jcr.api</artifactId>
+                        <version>2.4.0</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.jcr.resource</artifactId>
+                        <version>3.0.22</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.scripting.api</artifactId>
+                        <version>2.2.0</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        
<artifactId>org.apache.sling.scripting.core</artifactId>
+                        <version>2.4.0</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.commons.mime</artifactId>
+                        <version>2.2.2</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        
<artifactId>org.apache.sling.commons.classloader</artifactId>
+                        <version>1.4.4</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.settings</artifactId>
+                        <version>1.4.2</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.i18n</artifactId>
+                        <version>2.5.18</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.adapter</artifactId>
+                        <version>2.2.0</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.xss</artifactId>
+                        <version>2.2.16</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.featureflags</artifactId>
+                        <version>1.2.2</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.jackrabbit</groupId>
+                        <artifactId>jackrabbit-api</artifactId>
+                        <version>2.19.3</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.jackrabbit</groupId>
+                        <artifactId>oak-jcr</artifactId>
+                        <version>1.40.0</version>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
+        </profile>
+        <profile>
+            <id>apache-release</id>
+            <build>
+                <plugins>
+                    <!-- Set runOnlyAtExecutionRoot=false to make sure each 
jar file get's it source-release.zip attachment -->
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>source-release-assembly</id>
+                                <configuration>
+                                    
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+  <scm>
+    <tag>org.apache.sling.testing.sling-mock.reactor-3.4.6</tag>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</developerConnection>
+    
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-sling-mock.git</url>
+  </scm>
+
+</project>

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.asc Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEE3seQZ70jSuc4L7jeoF0XHqDxFzoFAmRFhr4ACgkQoF0XHqDx
+FzpozAgAkDDXD9Rs9SO4Z6QFmDVrgeTwdx0CPw1nVGKOHJCmFJkbwCrmcANnAaBd
+XAj0a4Cz4A3hED3R990IsgkGnt8LBis12UZyOyxGDX2HaFzQ7yU43yWwqn5FN/Sv
+80wEu4rqT+9A3ufMG/B6IR3WA1X1Hpl1khZq7qrr0E05WVI74/eoRuIgYuy3klsI
+hhY57LR7fTU9weMndaY/zdilWnkwM0OtCof64fP4nxl5CNYT/3I36/F3rKiNEbb/
+R06E1XI7cTo6A4NAtACXr+oenBu3amiPWaaCa+Sxr2IcCWamsSHL6LATaA67mm0b
+gzZs0U1px3JApLcLrSYMrW6hD7FqfQ==
+=dwX/
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.md5 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+a395edce1bd391bfbc2bd08cb95c0769
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.6.pom.sha1 Thu 
Apr 27 16:26:04 2023
@@ -0,0 +1 @@
+bbee8310e585b3de69fdc4e9b3204f02db1948bd
\ No newline at end of file


Reply via email to