Added: release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom Sat Jan 
16 07:33:16 2021
@@ -0,0 +1,84 @@
+<?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.osgi-mock.parent</artifactId>
+        <version>3.0.0</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
+    <packaging>jar</packaging>
+
+    <name>Apache Sling Testing OSGi Mock JUnit 4</name>
+
+    <dependencies>
+    
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+            <version>3.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+            <version>3.0.0</version>
+            <classifier>tests</classifier>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>provided</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.osgi-mock.junit4-3.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.asc 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.asc Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTnAAoJEM4rf/Z1146SVwcH/3CNy6zdu/dwvj48bLzgr050
+5Kr8NXDg5sDfB2MYP9zoPf7/wEJlLCg5QtumpijuNuiTIFRbngHEm43yuRUiG22B
+iUln/UP8MjW21QgLrv5iJYfGE4U2CPO45elhYHdv0rc1XUc6ou99jT7fM9FI9WQJ
+iZBWDvdSFoXsDt1obQDYbSv409FoFa24bZJwZBCy1X1e6rQewP6jQ+dTPZnDuOQz
+jMO+AVK7ApRxEK6tva2+nph4hax5HKN1LaGQngOwCBOptngtHRHeuFAXv+Iv/1hJ
+SzB5I1F9NXhbTdPtw6pAnQ7qpv8fy8bUuftzfOvUpdeDEI+M7SDX15aMXCqwtxY=
+=lKWK
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.md5 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.md5 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+47a2d87727f3e029491e60a6852f55b9
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit4-3.0.0.pom.sha1 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+1cdbce88c1ffce4b4751af506b57687dcbba3781
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTxAAoJEM4rf/Z1146SRgcIAJ+tIntcKS4RgClGjs+klN1y
+O12OGoUC6jvVLD+0AwE97FDTpa8LEeMoU4YkMYZnh6LmtBTzXibd3KfSaeKpzn9v
+akgVNJoCdznzSHeDtb9EYA6zo3nEWz3GnqpkWpZ9Bc91Lhuh1ivWpyG5+ZpNVVgp
+I60opwkb/OSDcKVg+oPKIpGoWJYOf19yMB9DxRa8tutAbSf9FKd4DtpWwNGCUXtn
+klGo2WM4Yf9ydGLGcbQO41BvijAUtzrnRWtOMg0LwYOwSHnoGNxJ35cLDyOgHo4m
+JDfKsN823bQz4Y2arv371BtJYOnt5ieloTZMQzoXHe3/DRbWwnUC+yP5QmOAjSg=
+=mWG0
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+63b4e874862cf1b8c4d063670ccf405f
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-javadoc.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+22fa60ce8e4388a352b8069a8316cfbd171509a6
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.asc
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTwAAoJEM4rf/Z1146SIkcH/Aw2eyalKwX4mkUU3EKFB7J4
++v6ffOOERhZ/8jvvMxOHTz7bpic0GCeECQOOmoKDbKrB7d32oZ0b6MjdmtJIcPkk
+L3gS8NwuhmoLvTKgrd31ukAOQvfhwXRhMRHyBlbXw3YQLmxACfsD//zuOXNT5sLm
+L5yeYRHUOQ8n8X3qzUGJyMx+0+2iEvZ6CkCBhs1x0CGF8vvyVMVlQTpeTlCJ9I94
+IDgJ1sLfzT0Q3S2TG13h1Q/WOwdvJfh+B3c1z4y+qo2q4ZyafViFuJy9sgigUEMw
+V0ni2BuwyjJIpCJnt8zP7TVjqG8nhsGVOVIwbNB47vsUXe/63fUa8rmzWdcwrLY=
+=wW5y
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.md5
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+151eb954b0fc44449553050eafca61e0
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-source-release.zip.sha1
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+54c1471986aa4d634c1e2495613ed45ea71e0fa0
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTxAAoJEM4rf/Z1146Ss1AIANduiW1Dif+AQDtL54wpoFfH
+a2vuZlKtovdSjtQi+eGK06E8zc9ydPrg9UTcSVMWeJEzC7GIr9m6gBp6OWjMRq28
+nPxRo0XnxkMvyGl7xPU3gqHkOFrgWLM+p3TPv9u1ytkVH7fZgVJNMiGkkU5+iILg
+OCT/vSUYFVXZPWzFKb2BMuOzpkNTG9COtasxW9dspUWyW03fF5NIpPqgZhyds14b
+nCR+AnOUcZCLEgsdFwxbe38JliRjqfQk3z67DO4iu0YineX2VpFjFcyEcjgGbybF
+zt1v9NGpUrwgfzgW1eif/tsrYnZqzLQZi2acToVdI2M7Nc8X6VDZ61UvW7xpgQg=
+=Rah7
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+11c5a5aabd9b4831fe290f477e5c50e6
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0-sources.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+d49753ec8d2eec26ae3fc216dca69fccac8cdc7a
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.asc Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTwAAoJEM4rf/Z1146SbYkIAOVmUkPXUQsmzEqQK4nfu8Dw
+Xt7NnUuN2fdHuP/pqf0ImdRLuiIWD3gvhWSpcZQlF3eynN3wxAjRH1F4ERC2CuLB
+RlOfzqk7WBDW42FfbYtEpoW5VjHRqp/684aWZBf1BeFBaTglYfUt+qzbx78xGPZy
+AHuiROJMGmrfRJs5zjqkUi15ffRF3R4FKtD087wc0xozVW21xURYjTue9a+jSOTh
+6q73IU4HXmu1rAqWaxxTqavHFcdC1Vd5HANpzbwXNvXekTAaeGd1Omqjna7hS0h2
+EZ6L6/w7fEb7TJiw4grQHC2H0P40yM3cZcJ5lh2HPTBHzGXS1toPdChdmUqJ5wc=
+=PF2u
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.md5 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+44a8a1270ffe1681a82176e765639519
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.jar.sha1 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+d800929fa3c5654827a55ff8eaff8dd487550810
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom Sat Jan 
16 07:33:16 2021
@@ -0,0 +1,115 @@
+<?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.osgi-mock.parent</artifactId>
+        <version>3.0.0</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.osgi-mock.junit5</artifactId>
+    <packaging>jar</packaging>
+
+    <name>Apache Sling Testing OSGi Mock JUnit 5</name>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+            <version>3.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+            <version>3.0.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>
+
+        </plugins>
+    </build>
+
+</project>

Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.asc 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.asc Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTwAAoJEM4rf/Z1146SrmwH/2Jyc1LsSY16ybYkNRoKK0Rx
+P7THgIY1C/hL/G/oWR4nva0Al870O0dMS36HY7Vnt/1F1sLLPOuNi8K2GmRdYa96
+jTVwNQazw2+fXOuXBER/iajoSg83Jhgope9HOSS9NToHSfc8mzsZ9G3EW3/kpoxz
+Me6xNubeGGBIBhXKAJw8mEMDDKjqsuMHM6bNE1exHvdhO9qlR5R36xkb7YK1TdNB
+e9LvL1upTzP+Iiq63qiRc9Gu4n4Cdah/yweNmk9lo2n55iAK0KLZPgPO+7TdrLh2
+Ke8CDTYl1vijqqQvG2pu+qK06Zn1o3md5l7uBK/wOwuBQJ0grkQL/7FlTV5M25A=
+=NXVY
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.md5 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.md5 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+5248239b065303d8a8b59cddcead2fd0
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.0.0.pom.sha1 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+b45aa775e83a9a232b6e9fb92beec8858597cdc4
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.asc
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTIAAoJEM4rf/Z1146S5tQIANP16W/A/rx0YiWAekoQ20A7
+obTjHJoP1R04gRZRO1GwgNZF8n/2xqzWm06f9c+IH3kYTzTGn6TIvzlnLIU3rRoh
+H+ukPWjNRXM3yxVWaQ9VgdZzu8FqKM0YsSaXOdSro034c3JaMkQ6N5kCx5UqdHtl
+umS+eKSjVkDWA7I5RpEwfsQh/SdOVkMa3xvytTwcu0oHCdFRLvTI4kHkaLAT0vAj
+PTdav9ojPtwU20RqvZf0rFW7j6C8ymc4cRUCNhl7nbwHH4cy6PlWp0+yNK5AONU4
+ZZJ6akvpElukkMCr6XlTNZ29LMK5U+NJBcu0DJ7ONewNa9sCGtrtGMf0vSsOO6c=
+=wOLi
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.md5
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+5c1e9aa33f5b7a3c889452aa838aa38d
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0-source-release.zip.sha1
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+d82eb5fa513b0d60b2a5a396c001affed67ee82d
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom Sat Jan 
16 07:33:16 2021
@@ -0,0 +1,173 @@
+<?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>40</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
+    <version>3.0.0</version>
+    <packaging>pom</packaging>
+
+    <name>Apache Sling Testing OSGi Mock Parent</name>
+    <description>Mock implementation of selected OSGi APIs.</description>
+
+    <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>
+
+    </dependencies>
+    
+    <dependencyManagement>
+      <dependencies>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.framework</artifactId>
+            <version>1.8.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.component</artifactId>
+            <version>1.4.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.cm</artifactId>
+            <version>1.6.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.event</artifactId>
+            <version>1.3.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.log</artifactId>
+            <version>1.3.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.osgi</artifactId>
+            <version>2.4.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-collections4</artifactId>
+            <version>4.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.6</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.5</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>3.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-junit-jupiter</artifactId>
+            <version>3.7.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+            <version>2.0.0</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>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.osgi-mock.reactor-3.0.0</tag>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git</developerConnection>
+    
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-osgi-mock.git</url>
+  </scm>
+</project>

Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.asc 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.asc Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iTIAAoJEM4rf/Z1146SkXYH/3GerjPPUfs3FZs60xAch08p
+6RG9JkBZBKuVhb69T8AL2GsrdTwji0hi9K+lZKbp0xaRoEr3+P0rJDn+oanqAujR
+dENXJXpxt5kfM2lQiZeItcfzvB3u4kcLFmyngKW9rtiiyVKZHihRo5j/QBVPrKx8
+zwCAs+mflulJrr2fFGC8W8ylSK7kXcKfD045nx0UScgbJxGW1JZkYS294/rkDvmz
+RLS5qxaBE5T5TvLtdEhAP7xtsozBHPvsOKR1LKLtdNmhvb8vxfeK8trhIm3BrH4b
+o1TeqhaByzkW4Gkby6AjIhZDCnjUdBwk+MDpv9u3BmEofY0E8SF7HRltAOA7+PU=
+=uUEJ
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.md5 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.md5 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+3675842167e6eb8c35e4739604e95e3d
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.0.0.pom.sha1 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+62c39ec6276c51ed6d03530e3dd8eb816e10ea20
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.asc
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iPfAAoJEM4rf/Z1146SQ0kH/3cpjAz0WA7F79+nGl4mqT10
+SNGh52V/PR4Ae2IWs2de7JdmFShybZfl7VwQEVPBn2x7xWIfV1uCp23ACMREp0wm
+RZVLojzp+cnl6RICI3jd8EqJok+du+bhjYw0kNO8Kzzjr0L+Ugd5iIPPVNzaMRgi
+J1aoN5DQOjWGIyZIO6hVEQhqLDbtkjH/EvN732UIy7flUc0J9mj9d8Pm5lXE5Z7I
+ipYBHjRwgbesH9Ot23w2koK0+xVJb1EGZI0DDZp1N+1sQU7xTP8PKovD2ToAYYMy
+lRty/+X8J96Ii3ZRxeelVzhR120/O2O7ItsKtjzln8IyfKH2rdEiJovmU3eAchQ=
+=HULE
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.md5
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+1ca52a37fd54b487d6eaf9f5c65a0cde
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-javadoc.jar.sha1
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+5879ae3c39c946c038e1fe316d5c5470c3a5c73b
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.asc
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iPfAAoJEM4rf/Z1146SZfQH/3DwmtHNaaBLAF4fNou68gD7
+SVffaqzgcnaSshlhpq0OwJJ7578Fnb32XjSysPpaXqVSlupqWNN0qWTqJ8Hhxi2H
+ChEgSCd4EFnubum0qHz12qszv4cMop/puRzKsZPARuPgFpGyyNekrAvJrqg5NEqg
+o60v7lqrprv1gaqoxvrdYcZKvVAhYSlsN8wSiiYCLlUzAhHubSHdCiTcpBKIghP8
+Ev0mnKGptD8uRdhJM340ERxtw/ajC6nPAN0Ikzyu4E3bk96vS719t/rmv/g5Fwfi
+6YimV+6VILkbTOJOnWI5dqQWwPRtBdhFnwW9KfBJHwotpeqXiEnMS5++W0flmkQ=
+=menm
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.md5
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+56f9d1594c14ca6ad40b614577eeb1e0
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-source-release.zip.sha1
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+b1b35e234da525a75a045c27917b27f4fd41d255
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.asc
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iPfAAoJEM4rf/Z1146S0oAIANNPbBwtmQCNQYqhCwyRLVgc
+POUNhJwJ6KPHRKLMSD6iChDhQbRKrqFh9EdUuGBlM3x+jvEup5QaFHzroMqjA0J4
+qPaZ9o2p47+ufUcJCXnOpZtO6uHdt3YDg/V6lOGLYie3F6N5V107SK95oJ6dhqjb
+g5Y0choBh9ld74MNYE4rMpQF3DiSPeKnuEYczseMwVFpyC28tr40JGXxCawN7Hc0
+Tbv+F1RQtyvWqn66cTkO9NtPHBVrxu29vIs+yugUELmcz+R5zhsjhACRXz1qtnab
+1x2N8Ir/yjqfdsjbs7MTH0cF6g4HRQGsqRaBoaG3SNmCavaCU1mFS95CsRuSqWE=
+=VvBv
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.md5
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+cdb84668e1caa68c32c53bdcfeb8d181
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0-sources.jar.sha1
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+6a5f085ae3970740807dcedbaae9fb3b95d0be26
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iPeAAoJEM4rf/Z1146S2JIIALbDbuhL1RHtEbLDKItiPBJA
+kKOxqPta8iygbZbjx2QUAVRWaSomzm29PeLKnkI3tCwCLrG7xwjtmgpJroO8MCkW
+Gd+sm8L4FbYUPqJk2m20Tqej0sFQX+mDnbuvgKmAlAxPoTzkO83Njp5yMGYRtBiP
+w6rSa7kOpqz17TwBCCXEzt/JuMn+BucZ1cfJdiNmjogwRros8d+dyCzoj1WshbeA
+xMFqPDbHm+lNt8JpW6oN1Th2QJLCH8AhoqP4pz8Jwf/aLriZydezvGsbHBL52RXC
+QDQ+fkb/bapRQiUgR3Vjtv6e3ZbcgDvfaBOaiXf9TRjU6iKKLFPWDYSEewgGqrg=
+=Th5k
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+b0b5f8798d671e297fb8623f9a8f61e2
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+c3395344a851bb3cbfbeef31f0efcdfd1087b467
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom 
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling-bundle-parent</artifactId>
+        <version>40</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
+    <version>1.2.0</version>
+
+    <name>Apache Sling Testing Resource Resolver Mock</name>
+    <description>
+        Mock for the resource resolver / factory for easier testing.
+    </description>
+
+    <scm>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git</developerConnection>
+        
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-resourceresolver-mock.git</url>
+      <tag>org.apache.sling.testing.resourceresolver-mock-1.2.0</tag>
+  </scm>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <excludePackageNames>
+                        org.apache.sling.testing.resourceresolver
+                    </excludePackageNames>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.event</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <!-- testing -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>15.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>3.7.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.6</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>org.apache.sling.api</artifactId>
+                <version>2.16.4</version>
+            </dependency>
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.event</artifactId>
+                <version>1.3.1</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>2.5</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.jackrabbit</groupId>
+                <artifactId>jackrabbit-jcr-commons</artifactId>
+                <version>2.16.0</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+</project>

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.asc 
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iPeAAoJEM4rf/Z1146S2ZUH/2lMxBGdjSyP3tzY9Yw5eupd
+LPXuSkiGbO/PHuP38e1bAcpMBUoL4dGYPW+vDY3ThKuUyfxjI/Q88jEwcIaepubu
+gcB0hct2winv4nvOyLVSimOzV2Qj4PlNsQSiYslOsGKHlmiQ+6HDu7tFgk/Ho4Ps
+Tx4OTtHyoiCAFtcl4umLWvxShktcdb2q/GJ1+q6vLqnDWVvxN7/dZdQ3LAL9qe+V
+KMYYEjU5gBcTdD967jDkqUHhuKT196Zr6HluAum1017N8Nq/vu7PX6myLSXRDhUa
+wYotu3b1SuF6YTA927ztgPT/dOuZubKtzWEbv7Z7yXgJp8ywrZz0YZQWcs5yW/w=
+=vofQ
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.md5 
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+4f7dbb87cdbbbc78e16dc9823de5c5d6
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.2.0.pom.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+6dca3c96b9d9f1d647476aebdb9c162438d913fd
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/ibBAAoJEM4rf/Z1146SfTgIALIAROAGZ75g7kdv7Gm3K4HU
+vnPBuOJ6kM3xtyoqU9sM4igvnE3/juA+HtSq/PYg00UbCudVll6N1/Sqf2paqfKI
+bFYiUjrXoytAUR5WBx+3Jehdw5BqJHXh9rGUGdx1T1Pz/Gt/a1wN2JqPPQl1+qKc
+3RhF89RaOHFQipLOuPfx0ErVhXk9qfo8+GRiuJAVYlOxTAXxl5TweJUoC8JFiA/w
+K58k/5+a219tNcVA6xWInfob5mArn0NbMC9boD68WXG07oCPUNe9WsQLb4N/5cNF
+dLicFwFQODfqCjyb204houFI4GlctG5focMe0jjFzrp3Q1hCLVMMJlGr1Ow7bdg=
+=2NYS
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+eca62fe38b63399fc8cb48b0aa7cf6a1
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-3.0.0-source-release.zip.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+61f7f6b7a986b028cf0201cc87d7af4ff6e3326a
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom Sat Jan 16 
07:33:16 2021
@@ -0,0 +1,42 @@
+<?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.0.0</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.testing.sling-mock</artifactId>
+    <packaging>pom</packaging>
+
+    <name>Apache Sling Testing Sling Mock Relocation</name>
+    <description>Please use artifact 
'org.apache.sling.testing.sling-mock.junit4' instead.</description>
+
+    <distributionManagement>
+        <relocation>
+            <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+        </relocation>
+    </distributionManagement>
+
+</project>

Added: release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.asc Sat Jan 16 
07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/ibBAAoJEM4rf/Z1146S2D0IAIYECTI5zuPXuqzlXK7Jm3WY
+o/GS1hKkSKSVuTk8GFsRgu34Dog5dnHoWp24qVlotsqeZbPJ/0lc3yHEgFgbbBhB
+F6X2mLTV2D1xJqSb7/Fte3ypPO3/HScY+6HzB1m5+tEBiUQsnKe29mmuuVVrPNSU
+cR8YFiCO6taf5w4JQJnUqlXt5cGn2q+drpT/vvsPL5zzXI64noTLlLSi8OkgOF2+
+qihr6S+x0zc4Y1eVyBcPgo0wNXtRcE9QkeUyDtAMi6p0sMOfRP6oM/AHk+0KBcFI
+dipxmjRbSy7pjtVMK5JMLL0w3Oq5+A3/0hJDmcWsrNiyCvkOcf7CufE8RTfdK6s=
+=l/OI
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.md5 Sat Jan 16 
07:33:16 2021
@@ -0,0 +1 @@
+05c2502bd4f400112ab032880ea18138
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.0.0.pom.sha1 Sat Jan 16 
07:33:16 2021
@@ -0,0 +1 @@
+ffd2a758e338ba1c6f98e82699176e2543784461
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaXAAoJEM4rf/Z1146Sqc0IAL9dQt3nPtqKGlAfjclEXzGD
+XQqCLWOKz4iJwJhKnzDyGlSZ5dt2hCcJfwLupD42IL/oU/qu17994JGMgjGMRyd0
+0DLm8P6oOytj9hV/3+R/27C+X5G3ecSHFPTnlOUCwBOx1jylSHpszi0I70zNhFUl
+X7NB1XWv6lpezv1H42N9v/7YGfxZ6vGGAtrZUeIf4710I1uPiHF2U9iHer+77EoZ
+q5A939HCw0mAj5kd9PUeZ4uaN4X6mst3ITF92IdpytLTi1o7GVuWx2YZFL6yDyn3
+7EAdwVA5ZrhAaDFHV+p52jNwaFhiAV/E1LMfq3EdtSWy/AwFUI5cvfeOdOjT0Qo=
+=Px8E
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+fd634d708d46944ed456536986a95dd9
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-javadoc.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+a11a56bcc627856c29bcead436511c38d2015380
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.asc
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaWAAoJEM4rf/Z1146SMtsH/2mYDz7w6kNZtq7HGRm+uf9u
+bHBc7nlF/UdN3V1f70kaD6Nx8H9SuiSaVB0FM5tm+cizgp0NpF53+oQ8PkfLJR/p
+q+NTuI7obqhryLJ0aSWZCqr71YgwA/xJkBkOTXMvXGNW6SRiqDA120amicpLvsHe
+zXwtXlnMy9/U4sofU2hDwreEXjZ474J5UfCuusaEB2O19ajZ0bO7xDzTLgl2LB3F
+eiuebWimQCzUXwOjBIgfiT7qWpsW/rpgL7PyTazeNj0JDztIjwiAtEE9a0d535oJ
+AjHtlkxkPIlSJQV3WTkljM/DMKmyMeu4uzj4AQ+YzHjCj0SdAcr9xE+8Jv68zFI=
+=YQkr
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.md5
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+a41f6d64d2804e4c2294b0e2e12a9471
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-source-release.zip.sha1
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+089009f8bde018bf7fbbee4b23df64faff39ebe6
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaWAAoJEM4rf/Z1146SQHYIAKwnqID9aYD+1QaCirdQJNy0
++dQnY7HAstTh6SCpzD0ALJy//aCWqaLbYormlT955gPoUdBSoTDJuAHQ3kBLzFJa
+FoMlbkaYR5qa3z6pqWit3x/dshZ9bcPCoEdSuZfDfSINzPKKGeuGQ2LtyplHQtwL
+oVaOf4WwADUCZ1tn+wpAY1vu1OrXqLmwhm94eMpedbn3f+6zsCS4mE55RIv6M0gu
+qx+glwJFky3JMZLbFyU8Q0F8rVsfSEoSH7VgEDsgVjcEu3B5aPYQ/qsGNlXAXFPN
+GPbfJIe1dHZhRHZEg6/Ztutpnv+c9PwLsTS00iiQ+TTIKdZJofRUjeHghKopNeU=
+=IomH
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+9a137c5c49858bd309ea63253fe714ea
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-sources.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+0b8bab9d57be0955768cd75c2ae860382c1807ec
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar
==============================================================================
Binary file - no diff available.

Propchange: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaXAAoJEM4rf/Z1146S5YEIAOWju43thAVO1gsOf1q3hT/1
+7stp35HE9047BziDf6uqO/YiBtWPKGKH/Bgbp8HlQeU0UgwiY+E+wiRygXC4QfOT
+TCCI0w0DMpCTVAXngILGZkKSlQOA47UXW7fuOxGt3aJ+wXI/Etw2Qg9LL7ptiSqa
+hjFmo4m3FoA03KKXDEU5Qt5zTAGbr68iKty+t0c9fETHU4kS5ieymS/wCOvYdULL
+n202HizkCyX2xwQ5ifCXlyNkvRl4pwdEsizZ5bOxOVSmsTxzudioxM02+vfPraW5
+OSUI6/78HbfmaDNAUei4GCCQZ9vFhOYF2A1v1hFh3L3UsR3ddy2d6OK2ZoLhmCU=
+=nzy3
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+3345d6b9df6365721e0c9f379cba9a7f
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0-tests.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+e63e00077b37a74abe7497edba5da1309c0d078a
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.asc Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaWAAoJEM4rf/Z1146SgB4H/iz1SkYAiYqtM9/jZx/vKnJ0
+uoTTbiY0tXgK9+h6InCjoy7W5176dBifTeQdLBantRbn3Q+o7JZ6zOZs3Z23ccHl
+OpSNG/w1/8KAniJnQcew96c8mZs4Uyudky/wt/pxSEu/yvHtWyMQT/n6OkqDaUX8
+nukQE4Iclnp1FV7sc+QM5yOdoqhJYSRXcpQGmO0hFi/JIb0Zl5tz2M0zYhMAjLpK
+8SLL3d1mRSRP+2uyH+ibOSCNO5ETcvup9o67qR1PljDcekKxz87OCX1ydTeB29IK
+vDoYhvEMcn8lMXm4mXcwOC5WZLHd8XnRaDgHIqO0N53ZD0f9BHN1rWsb1aV3URo=
+=oe4F
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.md5 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+464c72e86b7f6c3cb69de7558f648c67
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.jar.sha1 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+17bdd467f6b038eba19d43806ea867f2a0c0fb79
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom Sat Jan 16 
07:33:16 2021
@@ -0,0 +1,373 @@
+<?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.0.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.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>jackrabbit-api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <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>
+            <version>2.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.contentparser.json</artifactId>
+            <version>2.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <version>1.8.3</version>
+            <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>
+
+    <profiles>
+        <profile>
+            <id>latest-resource-bundles</id>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.api</artifactId>
+                    <version>2.22.0</version>
+                    <scope>compile</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.resourceresolver</artifactId>
+                    <version>1.7.0</version>
+                    <scope>compile</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.serviceusermapper</artifactId>
+                    <version>1.4.6</version>
+                    <scope>compile</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.jcr.resource</artifactId>
+                    <version>3.0.22</version>
+                    <scope>compile</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.jackrabbit</groupId>
+                    <artifactId>jackrabbit-api</artifactId>
+                    <version>2.19.3</version>
+                    <scope>compile</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.jackrabbit</groupId>
+                    <artifactId>oak-jcr</artifactId>
+                    <version>1.32.0</version>
+                    <scope>compile</scope>
+                </dependency>
+            </dependencies>
+        </profile>
+        <profile>
+            <id>latest-scripting-bundles</id>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.scripting.api</artifactId>
+                    <version>2.2.0</version>
+                    <scope>compile</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>org.apache.sling.scripting.core</artifactId>
+                    <version>2.0.60</version>
+                    <scope>compile</scope>
+                    <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>
+            </dependencies>
+        </profile>
+    </profiles>
+
+</project>

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.asc Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaWAAoJEM4rf/Z1146SaUwH/2lLGwyJLdHCX+eyuHCgISoo
+OS75FLDHCqsYwVQkl4KSB6BDJ5nXeA3cGF9jr9ul243ett4ZNpc+qontIDJs36VV
+iULLxytKB2lXuT86CUfjaIBPTTvKKANeOiLQgW0lmttobyH1KLOk/5+F2rI9qusv
+pLPyD62wMfQX8miAnLRXXzlFywNEzkbuvrgWW6UgOJ/A+X8F1O1HvhW549xeTWXQ
+BVzk6I5L7BD8phktZOc24oIjcNcfmg+0eUMC3dO8YL2FN/ckgXDK6oxmSQMHM3+X
+ErY9lho67WvYrP6O4vCepgncoT5rTA6tAOhTOId42YjHet0ARDAZ166vPAnhLsc=
+=xmKE
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.md5 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+f670467bbd21d51b4027a6ee7292304c
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.0.0.pom.sha1 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+ea4d93903ccbb880734411da16f7d648e8ea5c77
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iarAAoJEM4rf/Z1146SBBEH/AiT8lJ7U9eg3aqgXOrDSkAr
+YgtU6ely6Z35oqd5F1TZ8EGBJvsp7DxtFEDEkoMtT7rAZPzcLTxGgYxWBnLrLgSD
+qAxfyYsgmewcogc44Swp55CS5zVkdI5oyH6I9aPYVDVnfk0KDiT8ugVvxuQFUcEQ
+f+bS46JY4NKjDndBbKq5ecYWvQB7W3YTbS05C+OODT4CXEIOOR72IR5NfaHWU5t3
+0PqF9aR57d7uhd/A2+pmP65Ow/ToyAhOs7nSytC7F/d5CqQfcXLSUOwj7jaoj+x/
+WTQqasTtevZ4qDA57KI6/1fBBun/V5j3oW+im6i/zE+TVn3uCRU0ceSRgjQvR24=
+=YEde
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+71fbcb14a3616f8d3ee7bdbb90cdac37
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-javadoc.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+df64525effe799fd080598583be1d7fc42dacde8
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.asc
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaqAAoJEM4rf/Z1146Sqc8H/j2C0//UboQ2GBvTlf3f1me8
+dXIOXnJXWmFGcgmon3Moa10AsEJT1mzx2jrS7CX0XWk1j7XhAi4qPGrfJFgULJsN
+yb/yxgIwhJoo6+tiIb1wJk1NWcaCrZeyRfwC8kAXJXG+yzg+ZpoNs0gUILrn0YHd
+EeQwi2AB87lHWbGP9jFcbQHgQZE3Oeb1U31uhhvXeTKxE4q3fiB+stXYEP90WA0b
+B8yMcjkrHQdgnJG8Fz231atj/3LA8c37rIwqCbSOVujrM0uui/dvxMBr142aIOoH
+tep+xKgp9reVmWWk8jBl+DDYuqvBFwiPk+TDPJhPm6p6JIDO8QZ0Z37EZ6a5eQk=
+=zrld
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.md5
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+7f0460b9c2b7dd37c0e5b6403e8c707a
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-source-release.zip.sha1
 Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+b6e1457bbb6ca99d691cc61e4a08c807412ccd04
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.asc 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iarAAoJEM4rf/Z1146SU9oIAIyjbIiE4y7nXw65XxzJ4YNd
+0IX3DV/7nYCvVuxubyYnvPPcSGBdqu5Z8RBW0dNFFowL4JXGUFOOCHsQHc21cpUM
+/b4Jh6ha1ol5RUCGfMqTnvNCSBgVsGlNM1eyJvEJt3wWJkBOjWFSSlm0+nmpu/Qs
+Bj4XUf3mrmxFQWLBpxpcpgA8W55Bv366e1W/yvGwcHrzj4QTAw9VBka77T3484o1
+GD5AnQaUymabykzq3lqpZXC9PO47feTxGlGL6jCpNhPyQ70ArIWHHwZ4pOgG5Rdp
+gtfb2x/LBy9W7Hz7Q9iH6CSfdJ7r5lRHPwzDJfpfMX09BSAYVEwPhihe3FQ0iq4=
+=1DEs
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.md5 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+7d8393981374c64acd3b72aeef1e616e
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0-sources.jar.sha1 
Sat Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+5896af39399bbadc8279b0e72fc8b98a98cc9d54
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.asc Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJf/iaqAAoJEM4rf/Z1146SMNkIAIuBjWK3Tt8aAjsCfrjukp/i
+b+DtcuQVPtek0/CkzR9k88L47n8m+qXpqXowtW5/lNu7OyEg700Q2l9VwvsdHz5U
+aHImzLCitFE2Yqr8f4z5m9Qn8LcQut40YKkj9ngEOIrU7LnOhNZItfXaZD2bWwGw
+6Gbek15BTJPgm/hMWQALcYQLBZb3WnEAFNXyCy3XeoHeSg74xfQKk7YbDY8rJkW7
+G/8IIRG259ooU2gdUs7IiWjz9+1d+sSbuvYdTMih4QC0QfxV9wFtj8sMBj1GboMm
+hzlgbEs/ZpcWJ20N54DBCRRbzARnc7b3Iv7ZKs8ZmZNU7xxqna5XF1izE2+eIZw=
+=XfMj
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.md5 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+efae45dbbd5a26840210c4c8b2a84b32
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.jar.sha1 Sat 
Jan 16 07:33:16 2021
@@ -0,0 +1 @@
+15fcbc2fcb88a9245901fbbc646cbf4d42d4ee7e
\ No newline at end of file


Reply via email to