Added: release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SRNAAoJEM4rf/Z1146S2PMIAJkqIP3foNceGqPE6/HaSEBs +acei1kfhDm/B/tuzCEduhGs74S0OpyNcbDZEDjI4+k72yai5ayKLOZU99K0VkdA1 +XI2mdhrW5S/HcsimpYENEWofjLRadcF+lHOMRUNVSSVQUQ8+q15b/gCSLhF3yuMt +CP2t3p9543KiPD64oDl9VMKyUU1wiSEY9Hd6shTE+jOznaFJu7AbMzp+vzYHkL4B +vXF9lfre7OVfTpR6YLrtR4ALXFHnXYazBCim/TlgepJvyKBaX1F6uc6JgtI7HH6B +QdqPhouMw36C1svSIJy1sfXBmeBka0nwLM09XsWoRx4nMStIXh2dFjhEZS9hGbc= +=H2ZD +-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +c6882e33bb42c65699d121ba4570c835 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.jar.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +d944158c8aea9991ddc02fb407fdde1aff775c15 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom Tue Jun 11 09:17:42 2019 @@ -0,0 +1,99 @@ +<?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>2.3.12</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + + <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId> + <packaging>bundle</packaging> + + <name>Apache Sling Testing Sling Mock JUnit 4</name> + + <dependencies> + + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi.core</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi.cmpn</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock.core</artifactId> + <version>2.3.12</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock.core</artifactId> + <version>2.3.12</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>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + </plugin> + + </plugins> + </build> + +</project> Added: release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SRNAAoJEM4rf/Z1146S3ZgIANqps+zl/uIWJBtqlVHwH5Tm +sUq9wCkIFCFxbVyXkbdfLZwmGAy82/6b8W4XmkhJRTggcOCgWXYwyGOkH/97cE2J +dj/1vG6GYGJQLeqmmvm7w9uxIbTa7vW6u7O3bG966vaoYRliI6EPPIuQWTo5z52Q +CIt8NGdEvQ3xhufO1iaMhMTURoTZZJy17SGP6KausfPhqmvINbKkCEY+vmTKgdLG +7cccDbh3oGh+PcTphpgixOCZNrxVCH3ZduPQxO58piOsUJYTnq1nkj9rtjpdPB09 +bHQ1RFUKR6c6+QE1DZJSQNNnXNhJ5unKP6o39mcjcmOmdMDMZe7K1nka+Io64N4= +=/yMk +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +f454b6d01048caf5999ac7557d71b411 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit4-2.3.12.pom.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +cd73571f8700fc9d4e003933ea41a9c639ad553b \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SRmAAoJEM4rf/Z1146SLXoH/3KzoIxNOhtMuwvahOyCDopK +5f4KN/IyYzVXBGJgh0xbTNt0EgHudwe7wxWyhU8Xplv225/tQQHv+gSqcuBZqP2R +EJ0QdPIk2kI6mZz/NIVP+rxWofCf+yJbEt+zKbTUqIF0fMHpKW0CCmVPj9hN3g3w +eeXFUwuAQ7eEfYVSVNz7o2AwsYQ7w4nM5BWayeBZnyKYlNfZitCOPe0C330TKXwu +0fLT28cv2h8Qjbuu1yGv2+0/tcThjUw33m/v7PaPvUuJSm47w3XY3nlafFf1pwWi +O6mFIf/vXCkPlPKcNj3Zjpx4TWyyc7ut9qyN9UaU9kCWOM6/YK62LHv0Ug/tj0o= +=E7SY +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +2d521d17c21094743ee0208ce20ffcaa \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-javadoc.jar.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +1d7d86adb610242a1a873d06352d98090ab87502 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Propchange: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip ------------------------------------------------------------------------------ svn:needs-lock = * Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SRmAAoJEM4rf/Z1146SFjQIANFSH4X525y5sh29iKaljnA+ +1O+dIHLudMt/0f8/9J7V6+ROnBOiClJTpD5ZrMxujXu6+rMZLLMEN4KytO2vBE9U +Evd4AMSaE+3NWpASn6hnE3aaIbUvgsULsF3BcE0CR/PkJaTGplaoOsMEib51V1yE +gg4oTVRD4ArqJCvzU3RWTPFolsLa/pLfOiKrTVkES6m63KnGOa0geoLmw1LWfDT7 +ngvggsdqHRjGvdYdl32AKuKsWIdSEgkXxGxSELgX4MmdtWA8ErLBiJwqFHaxA0+I +gzmM2dMmrSOogFMKqvAWB4lDfVjwPj77pAPzjciFrmOHQGbJR7s9tGyL+DHH3dQ= +=WuZI +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +b58041202aebfa51f6c18029b19addf3 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-source-release.zip.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +48a40bb1e0ae9163307dcf31518e792abcca38e2 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SRmAAoJEM4rf/Z1146SymMIAKxpm59oMhP6ssVr/HOqqSUl +mOXQlhjHHzbv8z278CRfgt/at0+TtD2ndP7uN2IWfJjuk6LFJqg6Hj6y6U6bZQ9D +/V3YVfqYmJ9HnTkaiPExDSfnCIujYnbTq6QiFVR1kzjcX2XEi98JP4xZ0vVqao/2 +DbBX7ciTh5sfPTzMszaaneiRQIXHtzPPU4k8jPZFKVcEGytZbKbIRKZyIF+hjhhZ +CIkWdFQK2g0USXgTk0TPvZqs07Q75UN5WTy53EYLpnsCTtCQKNBSEKAREhUboGy0 +ArM1p/kvUl1rX/Gpmj7GQEPFJ/0ZfEomS5R85hgr4mX5dtex/jjQhbXf9+s+99A= +=f6tg +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +6a23ceac8f1b042e23abe2631e9762f7 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12-sources.jar.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +0d0afab7533923d218495e6de63a109023a3d6dd \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SRmAAoJEM4rf/Z1146SlaMH/23IZyEfMjsNIFIiyi3J+g0w +AeTUndFPdpxZ7K8+N2N4fdwAVcAvZFbbHZbFB5p4vt8qRiOWT5NR6OUyu3zJc3Si +9vP8GUif0/ui2cqyxFiKnhLVAKc11egW4f1GyEKGYH+APicVtVQqgPnSA6Hz3fZJ +t8et3pvKkO1R80wvFv+peOT9GGLgLCWmR60H0VUBk2ELfndCgGELW0pF0PvfEG5f +sATrkJWfcCNuXG+vuRwrZ/mlAmOld54vOqDIYw6pcgt1fMjvFtN3wncWqvnvsPbN +QTFAvRQJgKHfDjpvcLtTyhXVNDKm0cm1cFMJjv7QamCVX8r4uhd12dTfvkcgj1U= +=Hodc +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +6ceaf0988fbd1299ef83f6197f388c54 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.jar.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +4bb2cb2d6d59e1130ebba276534d4bdc352b17b2 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom Tue Jun 11 09:17:42 2019 @@ -0,0 +1,133 @@ +<?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>2.3.12</version> + <relativePath>../parent/pom.xml</relativePath> + </parent> + + <artifactId>org.apache.sling.testing.sling-mock.junit5</artifactId> + <packaging>bundle</packaging> + + <name>Apache Sling Testing Sling Mock JUnit 5</name> + + <dependencies> + + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi.core</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>osgi.cmpn</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock.core</artifactId> + <version>2.3.12</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.sling-mock.core</artifactId> + <version>2.3.12</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>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + </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-2.3.12.pom.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SRmAAoJEM4rf/Z1146S8hwH/2dlJIuayhrSVc0u/AHg4qe/ +s9CwrhpU4pZQFM4Z8eK6e9rofDuMAtM9MMqjxk7DypIulyw5G8OYD/UnrGY05zJc +sSVHqr0n5EZywRT8qsWeSLl4LhqXWrHv/TL7s0heQ3fpMSX6z4Lz+uHaGRBAViQB +KSQA/B08MLL+ikeYGKkAPDgPspG32qiSQS5Et1UrMIjV4HBEZjuBPbLuPsruxyXV +xfwcBEIrmn2OQTXgxMYZeuRcIRDb/PsoP6Vyx6tXtiVCyF7WwVud1nhU+aLv8j2c +HXx8MviepExA/sXba9Cr+y5oOxBSRvHLg0Kk77oYLuFIpaE2r9whUzyegkHR3wE= +=Wjbw +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +e05ad49c11217ce93f50abc8ef1d6e60 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.12.pom.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +9a2de08b97077e41e5e6bdf8e13b7e9fee229b74 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip ============================================================================== Binary file - no diff available. Propchange: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Propchange: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip ------------------------------------------------------------------------------ svn:needs-lock = * Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SQWAAoJEM4rf/Z1146SDckH+we7H839kuWowvBwtewC9p4A +TkexbfBjcarxNfwPyyYfnRDIAiyIMOc0xl3J+BvfqmfVr5OKg/4tynzKhHKfLlm3 +tlcjSjPp+cYwi9YsgoMfxBNRttRXN2lBN76l0Bux9v1NjjuzRo0tUDrvxVKcGxUG +w2nB/q7Bywdbmr5JnGnogrEuANPcp9wCykEBVzCDy+1MYT5tHh2KM6Q9RO3kfhul +1RpzYvRJceGkucEzAYqPzbLT2+mZs+kvoVULScGYfN0H1PprspA0P+iX29pLeyV7 +0XK3hRb6tHgiOJuUwkRyiM2Zr2rOeSje1L3Lkcoz/+Ehwuz8Mg6PLc/8trxziCQ= +=c0D7 +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +53b784f7f332f80a99376f0bf18dcba6 \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12-source-release.zip.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +522c119bd9f94f0d99dd5aebe0997ca4017a095c \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom Tue Jun 11 09:17:42 2019 @@ -0,0 +1,136 @@ +<?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</artifactId> + <version>34</version> + <relativePath /> + </parent> + + <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId> + <version>2.3.12</version> + <packaging>pom</packaging> + + <name>Apache Sling Testing Sling Mock Parent</name> + <description>Mock implementation of selected Sling APIs.</description> + + <properties> + + <osgi-mock.version>2.4.8</osgi-mock.version> + <jcr-mock.version>1.4.4</jcr-mock.version> + <resourceresolver-mock.version>1.1.24</resourceresolver-mock.version> + <logging-mock.version>2.0.0</logging-mock.version> + <servlet-helpers.version>1.2.0</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> + + <!-- Nullability annotations --> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <scope>provided</scope> + </dependency> + + </dependencies> + + <dependencyManagement> + <dependencies> + + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.25.1</version> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + <version>2.25.1</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> + + <!-- Require latest Surefire plugin for JUnit 5 support --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.1</version> + </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-2.3.12</tag> + </scm> +</project> Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.asc ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.asc (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.asc Tue Jun 11 09:17:42 2019 @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCgAGBQJc+SQWAAoJEM4rf/Z1146S5ssIAJovL1QBWYX4EFA0cNWlopb0 +YwNfmjmEJgAX3XieM5XY61tmBH67llX2D1ehVQiZPWelZKfOqKmH1vCEWL9IoXa+ +LHXH1y1kR3bZ7lNd9xQQ6Xl2I0xkdExjxMQ7G6puJ3/nM+06u7Q4/RZ3p6x1ZbOQ +sLcxhTvdqFjhdrXqloFyaTshHBc4shQIiOthhoJAZaHAY3hf/dkkgubP2V5suBnq +63ENzWzU1TlqMrloNCQh+vNMoR3oveA2Vt9GweyoN3bT2welmjL1gSZMPcRKysD4 +h73Jb9VInsK8cryP8gfO1iJobSf9S5DHrfw9uRdIjbbHbXtDVVIhmS/BFW8YyAI= +=+6uz +-----END PGP SIGNATURE----- Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.md5 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.md5 (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.md5 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +e91f2f1265d43c24c4b291c212ad0f0e \ No newline at end of file Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.sha1 ============================================================================== --- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.sha1 (added) +++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.12.pom.sha1 Tue Jun 11 09:17:42 2019 @@ -0,0 +1 @@ +bb78db85c1daaa70594b8ea02a14cfaa19cf4d24 \ No newline at end of file
