Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom Mon May
6 15:21:07 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.8</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.8</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+ <version>2.3.8</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.8.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.asc Mon
May 6 15:21:07 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJczEsEAAoJEM4rf/Z1146S6fwIAKrnHMtrma+CmtAJnkXWzW6b
+lkKsidzeesEpx5TVrI9DiWYAGso8V1U59DWci8ahn0POJBTYrIYf8tJysW7Ho9Kl
+aeb8uiF9f4RkW3yFd5w0+/4K6mYJiW2Q5ayrVuwInollEr0Ax65HSt1QaUGNry7o
+W7fXI852a5N3TkyfNXtyGCu2Ad7bhQAjbDJx7c0SwF8EMifuN9RLab1kKCc/g+Rl
+F+092rQwgLH5mwZRvkd8GRgJLYV/p9KyFICZHvDbcK4RnSHOfVbG1oQPwZWdUhAY
+x0Nz0VTLNX8ItekkqSr8E4DjFC6Lfwezz/KNJQx07TNWy0fLM9E5LTnWysp1H9E=
+=qZap
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.md5 Mon
May 6 15:21:07 2019
@@ -0,0 +1 @@
+04b5ef9e0856ed2ddafd639a805656a7
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.junit5-2.3.8.pom.sha1 Mon
May 6 15:21:07 2019
@@ -0,0 +1 @@
+d128072da1222d6cc51348fc85948ad80743d27b
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.asc
Mon May 6 15:21:07 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJczEq8AAoJEM4rf/Z1146SMs4H/AmG/0g+AqYrQpHKcRY1EQGB
+3ocITfAw2XvYCXpRPV3bMRAM5bwoSkTwJB97ctquSJEf+g4hMaqik9Q7JWdzKPKo
+rPp7QdiI37ntECPywRyg8RQG9aRF1jV6Q8x8i3k1qeOSLgf64WNztVD70cs2Uaa7
+uImslsdMTt1amavgzV3Ws8zeGc84U+TZqwYziGnnvh9KXx9mEsS1T00KSl8LL3TC
+GFWP9G7Wo+rxYY4ZwU+kgcf50qPvRUS75OAHU8+lZsGaLPPJ5n0j8j2lttTIKqaR
+BOi7RNp9jcpzxQbdceSeLJkk4Ye6q6ukRxRoe5rB91VsC355fzYwR7QyJcVO/mE=
+=veK7
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.md5
Mon May 6 15:21:07 2019
@@ -0,0 +1 @@
+6ad3a0c2ea2470227d80a0046e070262
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8-source-release.zip.sha1
Mon May 6 15:21:07 2019
@@ -0,0 +1 @@
+83b90b57ae9deabb0f371281b76545b1ad03ac57
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom Mon May
6 15:21:07 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.8</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.1.10</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.8</tag>
+ </scm>
+</project>
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.asc Mon
May 6 15:21:07 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJczEq8AAoJEM4rf/Z1146SjEIH/2IrRYNLjyHl6M87rQ1sKaKV
+dpYn3FDmiInGdbEkh2AqvEV8Ik11khDk9w7n/ugKXqaCMTY198oKBanXyaR6CP5Y
+e2ZIL7JHW8lhjRkY8xub+aQ95pGVPGkSnRu2pY5v9BcTV57SSK8LBuqRj+XIdT+n
+H1eDIe/vvMRJ7MRjiGuDL6fAfVEIcB/u3vfp7k9MrvQVdwQvRZpbR7nZCheVyM4Y
+H39Hz3I4BWajUNr4ehgyolOtnGQPrsoFnX3S7o1I3HmezvkQE0qdADpxn3NzuOEY
+kuLkPDs6Yh2Q+JOtvslsfFMkWVv+HJWD0Vv/tlLm3q2pwA77R/XqT4GiTkYySXQ=
+=QIc5
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.md5 Mon
May 6 15:21:07 2019
@@ -0,0 +1 @@
+0c8282ad854bb107015005e1baa03e56
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.8.pom.sha1 Mon
May 6 15:21:07 2019
@@ -0,0 +1 @@
+36fbd9a788816bf7cebf982572df447e19219425
\ No newline at end of file