You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2022/09/02 11:15:57 UTC

svn commit: r56630 [3/3] - /release/sling/

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom Fri Sep  2 11:15:56 2022
@@ -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.0</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>${jcr-mock.version}</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>${servlet-helpers.version}</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.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvoAACgkQzit/9nXX
+jpKpfQgA0TFPMOD03ZVjEwmDKe6LF21A4T2LoqKhYQx6MlAM/2KiUndCFMOgmt5+
+O+WV1UDt51qGMRC+Tgi4nqjduYSs0KrfFwxVh5xaHpXXiv71xL/xtdOmC++m+Sfa
+Kix01FfCZWmEwPVAooUxV/FBgIKKGGMKoojqVe27gIOvrV40UG2qlPx8U64Twe1c
+tH5AnkXCuJKr/IxO7IsvEpht20r2mI90Jvxz3BPx2N+BWncIDxsv69EIHmDC/Dxk
+1RS9FFwXeOvvrcIRYcDJGRCLlW3BkzpQNM8S8CAP9JXQYKNX87DJcFoEi9B/2N+L
+kSwLs2XEGtTGKXmjCSjAsEJ6ziOV1g==
+=7/PG
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+bdae9193c9e40c803d15fa50412f0f59
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.4.0.pom.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+4c103d19646786c12ec5a5727bce224725ba55d9
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvpEACgkQzit/9nXX
+jpKM2gf/dJS0lsHNa0FaKbqFgOV27S9D+DRzvx5i5EMRt5B0KXORv1vLmvi8umsg
+Hk+w/jllLSl/d8eoG7HtgRi4OdD7/HtTltVGoYKV+rnWJUOhLHIpj73apwTHRu51
+TfUFEbROD2zp2eO1xtjHBW//pRIbe30QVcQzsSJBHMQdM965eR539Yma2CNm5Euk
+pcvFuI3H1SYT6LpoJSzc8z8KXajA4L/dQCN6JadNHcuafPLrHTHPYQz2VUGZnVZO
+FVAXF/ZnlciNKTiULMdCt/Yz+oDcxpSrBxibE8eZdiWINbgPRKw555bSsDYpAZYb
+hSI5RLwYDWm7YF5RWStp9YDxfH1A+Q==
+=ppvI
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+badd08908a214454cd0920e53d26d466
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-javadoc.jar.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+e7a94b4846084e495053e98b06ebf3749667ad37
\ No newline at end of file

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

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

Propchange: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvpAACgkQzit/9nXX
+jpINzwf/XCMAXvySLRCqF7rFGhJbUdSbUQKc7NohXBjB+BJatWJ44b0P6E6hdus8
+7W09/mL5h7Qsk4ZIEho5K7pX8cm2YCg3yWTSTuBBPrxNkyncZsROMg/es9Oxo/s1
+yv/J43raeA213LHR2H2CJaWiNCZvmzPINaS3PHTotN57nsUOMDZe3BgpFn23LDQ7
+iVOuLgv/BNulMvfKpnzBRbWQfsJ68tiNOjVjfA5hTzFsP18Q3QCQfLa8uKAgKMP4
+oL43TbwRdFIqAOZBFzfmobsRKQmU5O0+JIPQdSH5VTddOlw3M5lMgX4kkes+f4UZ
+2u1t+IfPl5GnQiVS6+UEcODhQkWwrA==
+=Ofjo
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+17f7fdd1e1f96d10a12636d5917851e7
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+23e4bccc7a35b16c9fa7233589d5827ccee9da06
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+5c537cb6ebe486bbeb96c65645ca744495cbd80be05226f04073f8796a8e8da2e74ad3c99d2773874ea044ad25d7aa6f061534c14d1fabca6235722d10c58ab3
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+c45cec1eb5f985863d2778dcd74733c4
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-source-release.zip.sha512.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+4e75180fdaab0aae83751220f8471f7b90dda58b
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvpEACgkQzit/9nXX
+jpLlagf/U6v1nsYJKjExjL3qyBEg2BfQpPoi3xrOEkwgQBsUnbSHg+q8q5aozgJ1
+u/g5eBCF//7ADI1HCaBQEh38L6tOc25U9nath89vXWvotHgQkAwxRwbxEimJP0rK
+Sqrerzts51B8gm1Nk9U4qU+vyQFz0L4MwUDACiI5HyGB+YzhYfAiCvTQQ1n8sAc/
+HpakjeIVYduK/fm8rpU7/5K+AcdsNjQDlsHi4paRlRmP4rDXKbB3YrMOU8S7o4mw
+Y9lazZAfeje9Gqy/ed0V4IRhxHZQ51Kv5g6BarJY9FozKeqjUIfDmT/6KkaZDAZJ
+PTXMxahvNx/Y/UAjXd8ZQM+N/cFdow==
+=OFFI
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+b7b8d59ba5d53361a78da21f40fc91e9
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0-sources.jar.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+2780e1dedef4e8eb18288192b7aafda5cd9b7f81
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvo8ACgkQzit/9nXX
+jpIf1Af9H9xt+qA9z3pJ2JEEKgn0UGAHfCy9ZRMuixgVQywp3qhiD8CN1OeknUzV
+Y8BXnfr4TY948rvDR3/VoY8OckQw30t3aH5v0DXMItjgKgcUjPFNYnrcP3CbLro4
+2BvT+kFtRL4NQRN1nFo6Hfl1dk37b3B7dG1GOeiuI3Uw0rTPJ/syXKrAC1HOgh7D
+V7YF8oH/j/ZbE6OO3DHhl5EvqrIwWGL/PIUa6NFC7AYfQ9JdjnB4PmJMGa5fIF48
+7GuJapLo/c5kWG8KVXzcTKSoscZi3FIaJayDYyMLUasMWnsXGw93yuyyA0bqQYZn
+wLAmFLxfiaqyD1gQomyOy10BSg9Acg==
+=WTKs
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+c44581a2f24a678508917ec771efb11c
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.jar.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+23e9f5c85e746ad8160a56d0301cabd2416f90b9
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom Fri Sep  2 11:15:56 2022
@@ -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.0</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.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>3.4.0</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.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvpAACgkQzit/9nXX
+jpKlXQf+Me9uUlZj/azE1z+18bjyrnaSqpl8Vufv3m/6NzAO6E1xelXgC8MWsaE4
+TyNbQ4pQvMOEvkmYHeCD5K0+3+Yuy6G/EVEzrYdUv9oAXDIbnVnucQo9LmmBJtDP
+pfPm5DjhwtQ4fHr1l0wrs2ZvZcaLO5WHvBJ7X5dTO28qOJnoIlMSTaCxL6mYpOM2
+eLcc14bC9gz9wvu+9wApdf01P4JMhXIAXKxCsh8tgwKEPRxPTKpUpxoNMrRG5pf8
+cir25ixxOMaTXwoiL2Sq6+LzNV2NVeNdnUDaNEsM1tvOhwVXzOGmpTekozq/a2Pb
+XyqBlX6/YUGAvqEykJrtxa9QqvYVyQ==
+=wSZb
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+fecbec7d8f06aaf5441527524c22fdac
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.4.0.pom.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+cdf58f30c6f66a492d3e2684fbedf546734f7b29
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvqEACgkQzit/9nXX
+jpL9Zgf/YQcp6JlCojuH6ypvthLG1oStscOgkQc4MnDbrlwPCdoiRnC2nNB6y90o
+u73EXMICt8RnRMkiSCpcVL1xA+HXQIz845oxeLY3wMEaR0OTFH++mLf1Ty/EZBru
+GWKw48eOGKsShTYx/CvXLI2jJjx2O1H9PVm9LtyNF7wKEjX53NR1Qw1srVn933Nz
+5+2BqytrhCB6byupd1SI7Pw2JBerNx7TXKiVE8Nz3aaQSdu/9Z1el81zbZY1dsi1
+ZF7KPePtqyFlgXfwRfRLNa/vD5TSHoFCv2lDJ18fXCVr6TQTTOXP/gCf02VXf83h
+nmCtS7Rh3KIQOWokDhQmtfnQkbLrow==
+=joNP
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+d14d097eae14af44b6911a5628a3f28a
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-javadoc.jar.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+08481234436b35b408c1b6697ab8a17b73a0a3bd
\ No newline at end of file

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

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

Propchange: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvqAACgkQzit/9nXX
+jpKr3gf/VO4viuCraKtgW3pPQzCuaT60ZL8XKslmBTtfgaBPExga7gJj6pcnxfAH
+JMnKQe/YJMAY0P1jxulMu6qIxzm9SkMpxrCyIDs8TIsJX0h//y0gvY00hI8qGivv
+0GzUfXBd8m14UDjBWdOq6+fpQSYUeT/kT9jLEAMBzlfd+rjbZSHIFLgiVkZed2TD
+XC/dsG271opjmUVTw1GGpt695+m27gNCgaWy/kzg5FQlZWhcAQt3sHayKnDwbIoa
+mUHRiXMGMcYXjJYv004d/zqFk+GJgiPAtnJoNmMHiM+aoKdhTbRi0zh9nVNqTdXT
+lvW/PCxW+pMjrmRH/o1wsE0RDrcupQ==
+=hQXB
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+2eb1a3beeba415f2b006bd86cde9deb9
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+8a7d4a8c2edb9082ca91c62047f5f9b33c5a060e
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+09c6b129066407befb0d5b83232084c1c66e10c3b202173fa46fa605b4f3b1db398925c25904f3acc642c122ed9aedb95409464d8f4fc3408a2bfd8a0a402b43
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+cc3c1261b4b2413dbabba517c2edaada
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-source-release.zip.sha512.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+ba9dbc428214c58b008beb64ad044a12fbc834b2
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvqAACgkQzit/9nXX
+jpIBBQf/X+khluL4lRFKIRxpj6gZWwvCZpWeu3wFbuimIDnAQGa3DQD8IN4bGqjy
+dQ7LAnygzButWBEXWxEa/hxQtnVDWzTs3LjY7/X32+7FF5/bnwkF6IfclCs+ax36
+RSYwZxezgK99+9Cmgtkjz58uVDNEBr4JBBOl/m/SLsv/r1jzWSGxwrxklLshH6rC
+Iex8sVlYifY90TWuJJRAdtRK+LAQJMSKDT4vntA3QBauahOvVphu/LqGya+wYvye
+HTUH4DlxcScdzUjKCbEHltOswNdrJyEp5x44dBsECySbCAzACpLDWRVPR6+vR8Of
+QEQfGn1n8xZo96BOF2nsRvEKu+OB3Q==
+=vQ5T
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+45c90152357208dc7f21f84f881542a8
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0-sources.jar.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+6a337e88f0ecfc4d782bcf865b8f6bf60a2cc923
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvp8ACgkQzit/9nXX
+jpJEcQgAifQAoDN1MTiY0G72i20pq/nwbUaa7Mlsjqux8kYJ3tXl83xj+ySoyE0I
+hxXhCVKmo4fWZABxSJvn8T6skJp40Q6RKnVsQQgtt+LKCn4ld5FVDqjVvV+1BP3W
+Y82hLYij7rf5OsHQc20U4TAyKWLWjl7BZCfI1KcG5iYTpKLoBLqFZ6NoN5cRxErF
+4Zjpkh6bJlyvsvW8Vl5lPkJqr7a8cB3raECTXzPm0lx+EJjOynjuO1ueQZMcP/ZU
+/LArHsWl8isRliZ6d66FxDFPNrZ1lLUC7pjlYquTSEIr6FuRqKaDlpROH0KMtbz9
+Xie/RX2HQSX724glyUc0F99M0JX7aQ==
+=GX0W
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+be454002f19d98bbbd4209bb18ce14b2
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.jar.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+6916dc2e820ec21abed26e4df5b33c976013e9f2
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom Fri Sep  2 11:15:56 2022
@@ -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.0</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.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>3.4.0</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.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvp8ACgkQzit/9nXX
+jpKwMQf/beeoGhQrbT46IcKum5MFmDpHSDF5EU9YuUzntLSyNQ6c08KhHtTOM8Ef
+AbORZRMKGAEy+FIWKh136wJliZOsXMLiEfD/xM9iSskGP5TrciWLFZspmjHBwmbc
+iZyhoU2LkTjvHeFQXoyIE7wksoQQlPRi4qL3X8OBeD5w6Atg/t1medHES8/hqBx5
+dF6ljd2k7RLPFUx0Uttyo6h7zvUGanPyJULYJd3dC1Oi/hnvtiZSrJdNgSMX1dOO
+wmWNomjwznwljAd03xcpVobmhAmPvWo7Z6WlDWx+11bIyPCkP59NDimyejk6iwqM
+Uyy5H4WssY+nsu69ijZo8XQ3oj31Gg==
+=+YHe
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+acf5cc658c809d0cfbdcefe3fc247e51
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.4.0.pom.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+6d990d99dede7e223893912d9aa057fc8ee78647
\ No newline at end of file

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

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

Propchange: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvmYACgkQzit/9nXX
+jpK+8QgAhO97ZmJmFOds/HFiAj3rx+8PRS99YwI25eN99HfEEs7h3wVIFDmJBUZp
+8QAETyKVcoXqmC5bFfO0igcCJe+SJh8q38u+mI6hIorGNFN8RTtkLUMl4WApCsWG
+HIvXzcxNtR4lBW2yNGMPb4QpnGU8iws7U1VWgnuIQLrhJqAGZDF16wdBjjanLNEP
+Oor2g5yDz3pvkv4CLgPo1RUBud5sd01Q8GFOGj67pnQfPcYR84RMImoeH6iK28do
+sip/YbK8e+AjrTX3RPMkLouPnmbGKQwUUaQwmAQea5DeaAKwG7rOHNK5e5cjsbyn
+6JK9NL1bRVw8KcPGrQuTF2Rt88ITpA==
+=2bpp
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+2fb3a2345026a3370bd032e7513a8734
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+4477cb2195f07e04278d85fc4c63bd531a007811
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+08e784a0ffc920938ad719ba8058ce1d3ecb8f29404de90be8ea8034c43beb0e21af1e4ed987b33cd24c905a0c7f9e908c623d7f8cd1c4bd204629db0498c50e
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+77ae70003ae15191cf902b3b56309611
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0-source-release.zip.sha512.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+73a0f4b78e3782c8fb3f3ad80cd8197bf72babeb
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom Fri Sep  2 11:15:56 2022
@@ -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.0</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.2</osgi-mock.version>
+        <jcr-mock.version>1.6.0</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.2</servlet-helpers.version>
+        <resourcebuilder.version>1.0.4</resourcebuilder.version>
+
+        <project.build.outputTimestamp>2022-08-29T13:23:36Z</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.0</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.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.asc Fri Sep  2 11:15:56 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmMMvmYACgkQzit/9nXX
+jpL89gf/buAHB/UtwRNlZ5/WR5vhetRjN16Ng49qzvjJoYprKYUmmr0fE4Mr+jQU
+PblIvu+oVIpDNzxZxhwhSqn0G0JSHS2LQNWOe9QiVZtVQQYEjINpI4s3n6QIw4bM
+C4lZE0o/izmX1qMA03rqypOYIl+e7Di6zwP4yoeFjLWHLG4xpFnotirJAx1m1Vbm
+PVqd9ihqez4TGSbMYaJWZQvAVXX5X3tleH8TPGjA5zUGZAoFddjn3D6vAoImwWla
+eyv/pqRGvXVwnFCS252R7/xYVER58gMyg0Ve6hHbO+kWXHR3mBSlEtwfHFDhAQmJ
+OW3Gu9mOzpMlR5Av/gNnHYnaZOdo5g==
+=fMBK
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.md5 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+c973542cec878a5376b6ebedb75ebb3d
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.4.0.pom.sha1 Fri Sep  2 11:15:56 2022
@@ -0,0 +1 @@
+3d3231d0a15b18421e94f94a34cd0028393ce10e
\ No newline at end of file