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 2021/01/16 07:33:18 UTC

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.pom Sat Jan 16 07:33:16 2021
@@ -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.0.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.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>3.0.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.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit4-3.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/iaqAAoJEM4rf/Z1146SWIcIAMgy3FPD7lZk5kWc7k2nfqOA
+oSLq9KYXP/kHxvTFXEQUhl7jxZ/R9TnFwlkhDrQ+wQtdY7DOQLmI6+eUourloZvy
+qV6cAF0CwhRAodjlAKRCol3u5kuVjTnOrwFKgOJqbO+UIbT1XRc7WFsduRfUNMO0
+mb1yKVheBLr7euMAKrRKXqn27AdW5nqJ4LcoSiKwFUOaau1Pd2Z9S41u4+2wvwPx
+cRkNfvtKsVn+1IXhhJMzbVEV5cnt/jcjH6slbOaUkdPvUtZ3L3+L8dswP+arPL+l
+YREddJgWXL53NjVV281VBWrXlOowpCZ672i/po6Zvs6TSISGdJh3DahXzvSDVvA=
+=PIhm
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/ia7AAoJEM4rf/Z1146SpvQH/0CEu2hiuooQgEXApuojXecW
+lxOD3HLu6MtEvyww58j162mu1qI0RcVso4fKaPWmh92ZiM9lJFqyPBa6f3QecshW
+C2rhqg5uWli1OPl3UtWL6qvsmoAaCK64W3yjGU6Hc8gg8AAdYVD1W5XceYsIcEUL
+4nT7pou9sMKyu6LwXQDwBvX3Dz3axD2NrZxfeLeFPQNd3ax/LZsj3Vdoft3chFqx
+F+diW/sxxRQ9+SwixH3E3W4U53+uTpdkbeuh8VKmPcE5mObwrA+s1Hqi/QREKMkK
+Xk67zIcWuzvDmIew4IH30ET5MSTx3EsNjySN02YmgNgmYmQHp/QOGAVuoNllL8s=
+=fynU
+-----END PGP SIGNATURE-----

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

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

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

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/ia7AAoJEM4rf/Z1146S2HwH/0sB+93CkqcDV6OV6xFuvcNt
+suLR5zU2gAsYqU3l0zXI1FPMJ4MeZ8pkUDu+HHpBW1N12MBxPfHVbbOp7C1ttQ8X
+CQ3WGeC0cfl5SQTR64QYavnnVNrN+St5WZ9H6d6dwwqZFCIrx2UwQdrkHbj6Clqk
+6MC47rs9oGywzNk2RI+Iq+0QEFwIu5L5lodNN1X7uEYUbY3GO/dJ1hSq+JQt1vQR
+WmRazwNTG4gj+3mO5WrCeqb6FhwaL7le83zQkXeBV9TmYHF8WsEYH1P+5kk4qIfk
+0QPUrxF5MVYOm29iSNvckMm32tJjXo4fbjZvjQ3WgXoqsX8eb2Y4TND3PPemhnE=
+=ITdr
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/ia7AAoJEM4rf/Z1146SHm0H/Rl0ENWsFo9r7oVPR9yC4Bsd
+VfsD1OJkRPRJQdGkKR9bu+DzkBhYFT3M7bjolXGrOvgU+IEE95ZUSjbPUQxz7I+i
+R44IawLqEFUWluWacYkWA0aayp00r5XnrqucZyCYC5Z1Wff9D2C1QefCci1GSkD3
+4A3EodZmlBzvpEWTwA+fSfF5qfidMOKvQ8AzZUusWf580gcEsONr94WGsq09raC4
+a5CpE7jzyHY/9fv4H3X0BpQph72HqtKJ8FZEv/WVMBoy/tN7GopiVEl8B6AmCUv8
+Uuhi9/iP9THV+3G1R7lXLobef4ErO0bLKkLuD8Z6cWECCvYtXB7VIqZ9k7c1i08=
+=3fX4
+-----END PGP SIGNATURE-----

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

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

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/ia6AAoJEM4rf/Z1146ST+kH/0GS7bF+9eIpXhdAp1BN3O2R
+oVU6wyP6yixvxM9yBWKOrdEsBzV9GQ3s4f4FRTF07GhHgM4oZ8oQyMmjTJIQ5V/i
+dYkqTjyfKLkxOHS5K6QdMN2YSbsFoyJzGrgOkJz75oZ5QJGVgyvwVIL+FkYLs6iE
+Gq43qsBEO/55s8SGvA5YSKvHB/pSTpll48izanBQMaepE3y4+F0e9lsvltWwA6iJ
+qEfJAc8C/gefPZWVV2smxiuD2ZRIA+FMuw0ChPO7CehV/s+rF6noC+Oc9mwgiwQ+
+jPm8BsxaO5bsBAffyFIMMy7m5FRNQA+57bYVi3tPV3hZgzY/0yA7DQkG1q/OI6Q=
+=VuR3
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0.pom Sat Jan 16 07:33:16 2021
@@ -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.0.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.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-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>
+
+            <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.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-3.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/ia6AAoJEM4rf/Z1146SoggIAMxPjsYsg938SukiXRsdxJHF
+0rh33q+BiRGN6wfOre9mEeCHus9vctpiICGFujT+HBphuHPILzdEVggxozYzP2iU
+e4Yh1q5AZaxU5ywzOa4AAuPyCWj00uVXwLMCffpnS0ZVi+vtWy7EO45kn7tis31+
+uLF5FmQ67jOzgb6uikj60Kyd5NTA+K0WqrYlScmgV5p61g/9CvLtEiDDggQiNpqd
+W5aVgxv8cEWjwiyd/Heuf2fY86YLS1kQiRcOJQY86Yh1oWCvVlR5Nu7g0gmzKWMC
+l20rpH/PtBGgqIdvZiUb8RkYFRUN2cM6bLSyNyyU0YPxfNBKrdCaxeGKhsGG4Dw=
+=MUPa
+-----END PGP SIGNATURE-----

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

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

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

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.0.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.0.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/iZxAAoJEM4rf/Z1146SFlkH/2h/yqAYQR9GZqJNW6hwTKwb
+LllFnSVb+KxJc7+G0Ujrj0QAjGPfm702VjHCFMoB6uq0I2HCG/ClMS1iLmqvsu7r
+8zyJcspeK25yT0yYNKAkt/uk0jnxg7DXknbHSwdkrgoA+vkviGGqWyOshL1lXINb
+AY4j/tlz8nRZHz6RV0IwZvUpGwF8lRtGG1qgIvi4GcLw3cGBlr5lVZ2AvRdaOuZb
+pFFZa+6KS3UPj9wqkMtJUGRWG0kaWQE72sSQN3i/azfuqPonih2zQUi1V9RMrBuR
+Re2TYOwn1bdRoLRh3g9nyj+mkEVtJBEKWFxY5pn+hWgvZrQ9362z4SJwQSDcJEg=
+=OOhV
+-----END PGP SIGNATURE-----

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

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

Added: release/sling/org.apache.sling.testing.sling-mock.parent-3.0.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.0.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-3.0.0.pom Sat Jan 16 07:33:16 2021
@@ -0,0 +1,281 @@
+<?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.sling-mock.parent</artifactId>
+    <version>3.0.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.0.0</osgi-mock.version>
+        <jcr-mock.version>1.5.0</jcr-mock.version>
+        <resourceresolver-mock.version>1.2.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>
+
+    </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.tracker</artifactId>
+            <version>1.5.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+            <version>1.3.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.impl</artifactId>
+            <version>1.4.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.16.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.resourceresolver</artifactId>
+            <version>1.5.34</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.serviceusermapper</artifactId>
+            <version>1.3.6</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.8</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.0.54</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.1.10</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.8</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.i18n</artifactId>
+            <version>2.5.10</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.0.0</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.16.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-jcr</artifactId>
+            <version>1.8.2</version>
+        </dependency>
+
+        <dependency>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-collections4</artifactId>
+           <version>4.1</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.5</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</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>${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>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.0.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.0.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-3.0.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-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/iZxAAoJEM4rf/Z1146SDLEIAJ614y675IxJQ/2xYJAQQc1o
+sx2yCS3J6EYVCNyrC5jWYtBfw3cO5RWnaFiCZnia7xCxcP+0UmutMOLGqKkBEf6G
+xp29pd3xH6owY8NKtqmbll5d/RqzJrR+NqQ0XZcqTvgdQyoLtC0XmZaWjUnPlSat
+edx2wBn/aMpZOYBkWMmNrnOH+TXb3VHm8AZkYZCa2SqLgTid3HfTSdEtl92y32jj
+SbJ3osPQCaGwAouemgaVO5gP/cY+xHe8frOsqfiE0qQ4wmDmdeHTiiiEVwbC/mm6
+ydlEy/D1vp1t4M024qcCYwPamAmR/4nQgvKP2ZYagcPHK+H3PoW6c+aH+W1URic=
+=4cjR
+-----END PGP SIGNATURE-----

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

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