Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom Mon Aug
26 08:16:30 2024
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.5.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>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.junit</groupId>
+ <artifactId>junit-bom</artifactId>
+ <version>5.10.1</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+ <version>3.5.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+ <version>3.5.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>
+
+ <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.5.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.asc Mon
Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmrcACgkQzit/9nXX
+jpIs0wf9Hg++IKhtO+904v1tGOkw7+jWPRvnwB7UGI74KYKO9438s4eXHYmqkqR0
+rgCtzppVhvKyYxRWwuwQI+6/camCozTHvE7DhlKzJvRivEjLqnBS8IUdhdUe9xle
+X1y4HkHog91pLq4clrAYK0Y3e8j7LQJMpvTa6nyAHX8rGCy8GRem9YGjdVTmYThb
+hFJndATqAkObSQruQQqAcj4fn7i4VH5syxApvzfvl/s5WS0Pf6BW+a9RTdZzduUS
+7vU4/pEhWikc1udReVPpDv0gwNaxJle7ENGdbtA6cJ86Gv/6NawsdGHTtATpGFUa
+fN6jnWZ67BLw4NJr4EKW61BEg7ZXUQ==
+=0fDC
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.md5 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+5bb1f859712131f94864adb2dcea8344
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.junit5-3.5.0.pom.sha1 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+906a481be39630db76bf32aa9801f60fe42c3ac5
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmpwACgkQzit/9nXX
+jpLdiAgAryaw+vb9higA2eEV8BNHshfZ+EhitbrqkHuQC36awTW0mwOdbamI5CUD
+3tyWjx9T0e/gf8KElUYMdJ6NyIFxbbX11RZVpc/E7aiksMu5UcwlWZbHsuov/cY+
+hOGBDGa/Lfmark+104yHZw467/Ov9NnclmAWZ+/88er+sznQ4oYvVdeJYAGwnSLs
+IeS8oYNwf/oywKjtOXPl+q1VTtLA0vIm10EwKiDt05KPpluFazA2C8mrr31z/3+p
+WTjErg0D1sib1jjE2PbQjQolo1ndxyzwuhWKGuLSrGf0xeUi3IRRSFHRKSMK8r8J
+vcOCD94eAhC6nHZ99O8s+rqXj19CGQ==
+=7eE7
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+84d4d97aee8ae76ea8e2edc4907d0381
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+c581b5dc3f0f3999b2d44faa833fd2a0e58b8f4e
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0-source-release.zip.sha512
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+478f7e92475179bb34a4f55f9b11e8ece93b1b61358adc41d10757a058c20f8d3af85b8154d64e1ec758b5918f3fe7ee9d61d2aadb2d6462fd1c4fa1113811a6
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom Mon Aug
26 08:16:30 2024
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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>60</version>
+ <relativePath />
+ </parent>
+
+ <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
+ <version>3.5.0</version>
+ <packaging>pom</packaging>
+
+ <name>Apache Sling Testing OSGi Mock Parent</name>
+ <description>Mock implementation of selected OSGi APIs.</description>
+
+ <scm>
+
<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>
+ <tag>org.apache.sling.testing.osgi-mock.reactor-3.5.0</tag>
+
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-osgi-mock.git</url>
+ </scm>
+
+ <properties>
+
<project.build.outputTimestamp>2024-08-21T07:42:39Z</project.build.outputTimestamp>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.framework</artifactId>
+ <version>1.9.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.4.0</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.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.13.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.11.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>5.8.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-junit-jupiter</artifactId>
+ <version>5.8.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>
+
+ <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>
+
+ <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>
+</project>
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.asc Mon
Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmpsACgkQzit/9nXX
+jpJ36gf/VSle4bNsx9zM4Zme2l+YQ7EoUT284BSC7iaXjnHZtXqv4O7NstT6yKSV
+uO3JdJcOKtoUYYR99L98oxRJte9oiVyAn+faK1+8RqN4y0bJjmJERQ8sPFqkMm7k
+t9Qw9Nk6CAwqQQhlO7RlFYqxTo1AlQxbWgKrS5v+wHnObfKATgTSiQR/1M8OKbBs
+74qSG92KqrcNCwooiKe4TaW7TVq/bmTrXD9tySfIRLKxhoNM1DNG+D03+U4uSbxZ
+oWt4QiCZsF71EdX3UIqfVIV+eNmXmOJL5wLnq0hSxKIq1u6IEhfXMNgUZ0f2O+62
+fNRNgUP/vB8k6Frjt/AlisA+N/mX3g==
+=vRSx
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.md5 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+daf5f88bc9a4dcef1a0f8ca1d39b7824
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.parent-3.5.0.pom.sha1 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+17b9935bc67888284648090c1660b64b451b043d
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmqIACgkQzit/9nXX
+jpIZRwgA53u5Dy6aP1L+LDEgjMAdCWDLRSfkb9GRfSmvgOdGyzvzJAIURY0KlyZt
+X4SImMZUQ3TcoIe5IKkIUw0P2/cKNvV7NcizUTJgE4QlXccpgLh7pDeWZ8GgNe03
+iuN//f6EAERAUqd9XUgxW7YOiqMvXXBCR8eNooIMI1R0US9fhG/qDEsCBir/S0ZZ
+0BKIPS87ewcOcw1Ni/ET+BROcQu1eiEJ1UX1dzv9omTkAZuqVxzDsP20CaFBWn4D
+b0tFNY9cfwCMgzJK2CDEmWqdBY1qkUnnFdzncnzgWmiXOwUu5Br/TLqYBRV1rBbg
+h9JV+l1kidoNRhTiFqDJGGOjlvt4Eg==
+=Ibws
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+be5868c8ec2b2b6845c995434108520e
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-javadoc.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+4d2659653107a23dd42a7aa4db6716532c625593
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmqIACgkQzit/9nXX
+jpIhlAf/W2nXo4wlHaRhhXyAmx9C7529i3mnjHALDE0J9wXWSP2esgzfNo8wlKu6
+xM5hZf0Nfj02J2JlnDcfmrFJsT1e906oiWo18E0bbVsbhyKqzffmxdGt0DTbRJKF
+i1aatEAYddk8yq23Q6w8zIVVMDYT+ICAUPF9v/FpHpDytCJ3kVki908egcsSCA80
+Qu07LrCACvDL3uyHDUlvzRZpK03LEfOgCH3kVFWEH+qHQ8fzu6DgDRZPLK8Ao3ri
+StGad+6xGbEcM68KXNzhjIqYsdnB/avSTrzXqF4g+ekIDPiF7qvJDlfjKD2yp+Gc
+/oivSJsS7xKP1LdKediLTmMgyd6FFQ==
+=puXf
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+833d65fec930b472dca112599571e1b9
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+a9d2a5991289f07345107df02cb1ef1c1327be51
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-source-release.zip.sha512
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+7752daaecf744fb65deefa6b41982ed2ff0b4d41e8217a46c4f93736a988a7d402d34aeff51bccad17d80f58ab1dcbeae2d666cd6a97c75dc6d0e9e3ebd55ca6
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmqIACgkQzit/9nXX
+jpLy4gf/foZBELvx0BPLYuXOpcOMZoakhCgesVQFdcmXzu6SZDahj7hszHA2tWNN
+RKhSNswgwEYUjX8poXHOWEeEDEpuCIEq3xqexkswVmcrxDw4hDdaQrCvQx0O6fen
+J+6wWOW9JWg7L4zFbljv3KNTp92E3wzaHGcwpfuFLh9jtND1xfk9zsBqi7FJpWaa
+qOhBfb+/QdBsP3Fal7svuxBYiXXWNF3RTCmOw6yzP0zK2YZyLGdtJxDIY52NgMWk
+VXpFgiSRauA4q0dVyrVQdHNDl7BnJ2dFsUP7Iu67uEEvGLhgzCL9atU8m8e47wgt
+6we/2Xo+DztAJ9GcKYYl4Xf2xFKFyg==
+=i861
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+8b41cd8ffedf131f9a12b26a398ad342
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0-sources.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+297a9e9c87780f48d21846e6b1cefdf6ffcf1ebc
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmqIACgkQzit/9nXX
+jpIjWAf+O7jU8l6ClchT4eq3EDJVdxRWaC/1xNd85Cra2PBib6f8MTervLTWAExl
+pEKKcnnSlSCw+QxaziPS5rutm1vthHjlMEjSuKM+PRydXVxyncOejxPJCU5i+7cD
+SGRxac6EPXCU0rTZAjrhKxQp2yCNwsweW/DD5RxQvw4hhjer4z0vTL+o391OpBJS
+1XC9I80O0DfPpi1YtDQeaWw9qhdx3zPolTkl1LM2yH/fUxOgCQ4/RhPWh1qsoVwQ
+Zw43wvzFKnjd15LA01aPhN544DZ0L6ndOO3Ybdl5wEoxBGJNjnjf/P0F0/Ypkjho
+7sU0wvxhJkIJCq+5CkRi2hl7H8vGNg==
+=Y3AT
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+244e71700d1668843c73e2da3da48107
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+0f4c5725e29e6dfc3e4afb239d295f273e23bd74
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom
(added)
+++ release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.5.0</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>org.apache.sling.testing.osgi-mock.test-services</artifactId>
+ <packaging>jar</packaging>
+
+ <name>Apache Sling Testing OSGi Mock Test Services</name>
+ <description>This module is only used in the unit tests of osgi-mock.core.
+ The sample OSGi components and services are not part of the osgi-mock
test source to allow bnd plugin to auto-generate the metadata for
them.</description>
+
+ <properties>
+ <!-- Skip sonarqube analysis for this test services project - it's
only used for unit tests -->
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.framework</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.component</artifactId>
+ <scope>compile</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>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.asc
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.asc
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmqIACgkQzit/9nXX
+jpJIVQgAo8tkU07RFipqLTwhTpVrgPULiJodJj3Iyj72lxpXsN1QwUZgmpNq415C
+Ovu0UxzfuhGOOUTUN1GrXRXxVvxa2FW/jZYXNdS9v6DrUZDXlECEYUQrrMIt7ER1
+isiWj5bSktApRNQ5IuDoz/oMADq48tq9ORNw33BDLqRERKKMHjSeEs9CmdZIwRLh
+lsnUxLjFzVa5IqjQuDdN2HIgzrfJyYbNv62PxaXpPAcezH1enY2U08ek5t9dSGnD
+Wj/flV+fKb/YXIa8YhkjnSGT3iHDzqt1Qy4yhTaBHKGi58e4StT8F9HdgRyFyZ1p
+boVTx3OgRCePpqc0prJ0JOWiL6X+tQ==
+=zyHK
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.md5
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.md5
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+2a543739f979273ca9d9f069baad2653
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.sha1
(added)
+++
release/sling/org.apache.sling.testing.osgi-mock.test-services-3.5.0.pom.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+16fe4da643e23521658fd30d7938a71a43fffd06
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmgsACgkQzit/9nXX
+jpIYAgf/ZWaxmRQals+Vei0fQpNrG/cVFsYasSDPR4PQdxs6uU/kgyMpg7bEJsIF
+8D+lgwBKzEHXpaaZ/h0mYJZfkG+/mfvhyDyOw2nOLMl97476gtJVJ/5krYQ+P7YL
+Eqy0nqgFzozbNLw+mWKXuIHDKACAWoAzPogNkNqf0Ef+I7sXmT5ZsW+PCX1S3FlQ
+9bUDXoOafaPbab+ROqi712DkWP9y7BPvS1RK1EZi9hUVC1KXau/uWFOiEbGHtXWf
+Wz82LF6e4RIUylGNoSmx/eLoOuQXdEJhHR4kQ/iohtgs335+oqKCmWcZ6q38acXS
+sDwOxg7cCjV36oX7VTlgC5YNAaMDAw==
+=Sp2T
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+f598c39e3ec8861a3f6038c30abb85a4
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-javadoc.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+cc2a37b3da58cb0753212d07d2be28ec2cb0dd5a
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmgsACgkQzit/9nXX
+jpL4ZQgAr/O4lDy94dspnZZhuX60we175EZT4yDqYrGvpaHNis3oyISvv3qj+raO
+59wGkRH49+Ay5H23mYF+VxmaQbCZl2gVS8fDta5IoHXLzZ5yoeABpjbycXCIkXRT
+K3wasMgOCSWaUJohIJBsH9f3vk3VPcSsxzamTVQfA6GupT0G3HcfBUoofh9ILmJw
+ho3uMXbs4X/xwgWK+NdKf+p8K6AiBGFkBidg+ItPEvo9V8ySdnBPxn24RRT/w6/t
+V/XRet3LpYxF2++/u6kL82QWbMOTWz86ss3E8cobCGAf+PcGJQJEP+zv1EK9kT/q
+oeyewCZfNFhHB31jBqWLQdzEW6c3Eg==
+=r/Sb
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+124765e013bf21a91ae20cecc66142c4
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+e04b8b60e137ddd666c136c6923bceb53b3b1c54
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-source-release.zip.sha512
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+f3902f4ce36e83ae8cc8e982666cb65f6f1d124fa48fd053c7cf4a7ce75e65f71effc72a32d4aaa8d9b99236ab25c884a25283cd1ee7ca96a0474894d9566b82
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmgsACgkQzit/9nXX
+jpJeUggAwzO05nxT1keUMPdtOBuW/Q5XasNmIoV7AyKk8NamgeS8NoB6HFN/4Qb+
+1v4rDpgPWkGLZOb2qdE2AQk2LNc9OZMSWwcVIcSg+GjNa9QEjYJ1IDFIgEZbRofV
+Xt/he0dsoBSMHMHSVCzDn0nU9yN1VIh5bI5uep2tzGVY8VeNaUPrT2Ur8yXXf7mP
+u+2h1KVZ1sabr0R725kj3ZM+yqZPnzgqnrEl7ZDyYcTNr7CcnL/iDKS1Sd4egjKe
+4wf+g4Fz8eKZo8JX+SgNDvn8EoTkj6aUD9VPPSiFcr3SbpM5oDgbQGsk6r6U/yVY
+LN47BmENFXLoRAGo0AhwD53xLY+3Iw==
+=xRqY
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+cd0e8179b0b9fe66acd2564ef3179e29
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0-sources.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+a3af651ebf8c6932a9d793f2196ad64440137a86
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.asc
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmgoACgkQzit/9nXX
+jpJqIQf9GgvyEXfdrrm1BGKvOEERnRVWpPS0WX1kti5za7PuurjXggPWKPD2dCzK
+iWz/5LbGvjTSHv+m+FY0rpIjfvCTJTyn6YK1lL5qydjpZdcgSUIvocN3LVwt+3gH
+RhYCjyp/AraKhAml0goAQgoOnvXwfGcyBB2PCPuesja+3BpNo9aPhXkB0V18SZwk
+gduWqKN1DuZirQN+6y7u4L8LKhfPE+rhtlEnKQVKJh01ZAJSOXJmgpX9PzINjhBQ
+MzRn+9mI4zU/+CynwYcrocxEEGyPVBKE3UTwRW88W5IKb3E0sLiziR2hLfNJEQUZ
+GyVEJlFyWKmN4rWvNFe0QdAalL6Q/A==
+=6lhP
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.md5
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+723303d2770756dab6cc3cc39a558ebf
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.sha1
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+de589277b005c99f0084b04848ab371b17ab81e2
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom Mon
Aug 26 08:16:30 2024
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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>60</version>
+ <relativePath />
+ </parent>
+
+ <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
+ <version>1.5.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>
+ <tag>org.apache.sling.testing.resourceresolver-mock-1.5.0</tag>
+
<url>https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock.git</url>
+ </scm>
+
+ <properties>
+
<project.build.outputTimestamp>2024-08-21T07:39:47Z</project.build.outputTimestamp>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.api</artifactId>
+ <version>2.22.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.service.event</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.11.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>jackrabbit-jcr-commons</artifactId>
+ <version>2.20.9</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.converter</artifactId>
+ <version>1.0.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.function</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <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>
+ <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>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.converter</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.function</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>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>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+ <version>3.3.2</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>5.8.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.13.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <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>
+
+ <profiles>
+ <profile>
+ <id>latest-dependency-versions</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.api</artifactId>
+ <version>2.27.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>jackrabbit-jcr-commons</artifactId>
+ <version>2.21.20</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ </profile>
+ </profiles>
+
+</project>
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFmgoACgkQzit/9nXX
+jpJPqAgAu+LTT3iozSZmMspnHQwh59rPLZvv5krKFdhCxlemFUWspt6cbFJYSklq
+xojp3lqkKClkkAPqbQKkztuJ/ujDlFwBKPhEYzqV9wFlo6N4OFrVXJlKcn2QX61E
+ZxbGRhd6HI05Yv4EMvfMdPUHCKGlVMxX1x0S8qFHDl1R4412NkA0hlBFvT7UXPYN
+qMKt5GyNb7cc7tB4snANNA1fsGwgCZSreWJPR/L77tfSwY9+aFkCRd8Zd/kkVlZ0
+bYQD7OUE9VeKeALjpWQn0Cy4jUA7y2ywDKkiwifJMKJvPEmls5OAZ5gD0d2lMe4D
+1U3I1UByqavaNUVS/ouPOhDbp0L+CA==
+=/l0C
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+913aabdb20e3849c0ca2a1afdecf94a3
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.resourceresolver-mock-1.5.0.pom.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+f4d8f807903286a7c66a520b4cf7fd13710f5bd8
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm4AACgkQzit/9nXX
+jpLoSAf+MpZ0jA0+6RwwQtmZHFibDEC72qeNtRA/JyGmvNrOD79iiuhPJgCPQAi1
+GtTDYDTB50xzKa9H2/PU0abLOYjGSaOrbaID8AlYRYJ0fGqKHzgbzBVhDVpRCv7Y
+U5g6JO2moUiSMsky/vd6m5ZbZXC5MQCF2f+XbimmRj2Wl903ENrke7WWlVy4t0N4
+pT+S9HNlKcYtFlQIdCk5nQkWCtlDul7nJ/2FDLnlY3k6yP1zPjw/LcEZThnkgvGu
+Edp8vOlIAYRgIZQek3//zZBhoQRSzM5gg6uQNqWVgNKdr8vG61DpcdewmWjhRGHH
+1FsVNtHEnw2eHgHA1xGTSt7FQtEbFA==
+=0uFM
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+41c11f9f0c8f4f492e4f3331cf6e8178
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+3f518dea916576c82910bdbd3b497005e6b39300
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip.sha512
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+45a2aae1f731adbb5bb3b5497c924d852adf02e13c4d1e02e59d2991a1ad025eefee1d0ade8a87a0d311d8d7183998e9f767de6ffe32c921d180c79aef025f79
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom Mon Aug 26
08:16:30 2024
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.5.2</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.5.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.asc Mon Aug 26
08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm4AACgkQzit/9nXX
+jpIqJQgAx61eNsMETZ7haZJksUyGJF3847HyXHR72uc0plV8QxdSxGCZzlw5rJR6
+fAdI8IjhOm+94L1jTyFjT30znariZsxM9BUEyb/1s+wVeC9DurebhlxJe45taQ9m
+8/7xFr6lpvPK4UOXpI9+b7p6MkyTEERAu64CpmErqYGY7gLL8kad7GQMpmGsvVh0
++VldUYCjMobRDRtRbNo//o+LzKHMcb7sS9SjjeBOQCUE1oouhfLzP79AmtoV2Gs0
+cWIDkwM5ydci3eYkA4ziPsdTIml2i5ixKTcxeKseLcI1iig09xcN6wtp8fsQLjPM
+swdUSEKGM3YDr3JQt1qBeEM207ZOXg==
+=/+Aq
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.md5 Mon Aug 26
08:16:30 2024
@@ -0,0 +1 @@
+a69aa27983a1990df89e33c58dd73d44
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-3.5.2.pom.sha1 Mon Aug 26
08:16:30 2024
@@ -0,0 +1 @@
+26e02c5a50673ae141e24d36fb85deb434a70126
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3EACgkQzit/9nXX
+jpJZ+QgAkH+egjZvPzUw8PS7Ylxj1MsbZ2iEpHgulvixNco5BxvesZ1BB6wdTYn6
+a/oMdDDoZLp2ziELQ3PRVENK7HF/WTu5UR1IRi58LS1d5u0ncHRSkF5tLzXOFZZh
+i4JVtqwKQZ8k42HuGoiRyhTFcdWqMoyrNIY6SEBn20uCUMKXcFBMdvBO1MPF0DuZ
+N6ScseH7p/IjeLE4eaG/Z0ztsNtHR392bfUB6KJFd8jou6tTVA3Vy0Va2Mdb8AIV
+enYtziNmE5xjO5DhY2/D+xF8C9rtVVokkMaAkL+yPzUAHAbQeI+OtRuJIlPwz9aP
+mTqrxB81w6ywM6lYpr1aLfuo6oDqaQ==
+=DiA2
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+69bb45f823cc81f8d558ba836ba118e3
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-javadoc.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+096db2101a1981760f820db6442e6bc6742ccbc3
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3EACgkQzit/9nXX
+jpIQVQf8DP5MbLMvUjERtGsqgct/uvZTn6KHFCpdyWuzIDajBj5W4aIEpoX2wvSy
+5EZWTAq0U+bJDxqPjQ6N5v4V+f0nFT7x+H+/IE5TSPmyEaOgm3/iGMA9SRJHGt9j
+f0VTYEiWI7MeATO85dryWxkZEUZw/jHMjDS7vhXL0+Xe0c8Pg0hexxjoNRgBJ0pO
+SMrXWOX5dEnOWUnyZjmIIxWWttTm3XTKKBfpkgOddmXpOB5PAz+WqeHEXgRguA4X
+IfqgGxG8veY9IrVdPnek3oiSXjYG+TMoN84TaktRf0SChBtnlxUJvBHUnlHo89Cs
+9KBbWNw8+9lpqGLH36eHzKsMbLJP4Q==
+=rUrN
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+1a34e296ab7535c058cf2f6b21603b92
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+29ea1721e72d1c79687e7cfeafc35be05f0e5de9
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.sha512
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.sha512
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip.sha512
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+f6ba2e508deedc66d9ea2b49437f12b16d370748d8c95d908764b491abf3e4a700dfce8337253af54e7d88bd817c08a69475c5b53747596303ce2578d31a1335
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3EACgkQzit/9nXX
+jpKKxAgAqz0MBQK0xb+3SY7dMKzEuaiLQhsWdF1FEGlDs3JiClNACBlQF/1MasMi
+KwdG+8tAsMmqqzcoeGpiHSjmVbeOgRbGLGRN5XQ5lEawzF/MgEvcpLExeC9xaEgB
+RFch28o58RqRo+jf1mUyxrRvjHc+ls3gn0agvpEhxbzjiJfKEWpyUMdLwBfiRrCy
+7uny0M76nU+im3sQ/EB89XI4ni13rwcAigeNFx8crUbmkdxbIsPIuNDLgydLdwVR
+dUr6fK/RFuNTWRPMwsjkpNRSUalQ3jNCP5Ma8PbSpKnVG6yFMIZMzPHb46F+QjBE
+xDFePDLSXzjIHlJt05JbgjpW6i6XoQ==
+=Op/Y
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+0301ad744e8247401e56c16f8d3de777
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-sources.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+8ce388f378aec4ce7baea753996ad5f31cb33f30
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.asc
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3EACgkQzit/9nXX
+jpIAHggA57UB5ov6IdvYbFVSCjJT+/99PITt3JFioF0MqRPWDY/cosbBrG5pIf6e
+e8S3Kd9GXxRpkQPWe8pTeLzr9ytN6ilvOXfkDMKdCiC6bMQEPNpJELONfNjt4phm
+6wuj4PcWBRsLDU+cOSntJRWbP81bSJfBl5Bl/UJNOugnUlh5YfYB8c6YLbf7HfwX
+j3qYAgeIw+iyGEiLAX2j8hZjTXtm6okWqmFKJvGvieXxp17k5eMrneCdtQHrM8Ra
+Lk6EoHvHCH9V7/NL4RaNJ3peZnfAxeY6v/R71S3CndDpbG7PncAufQU9lEIrdwu6
+MEi6JZTbtobbeP5w4Se7UPbFGx2Liw==
+=ANLn
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.md5
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+aaaf6f6b684a5eddd4d2b56b818a83be
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2-tests.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+0d4c6105d452c30aa63a71af9547bed039ad4a31
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar
==============================================================================
Binary file - no diff available.
Propchange: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.asc Mon
Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3AACgkQzit/9nXX
+jpKsZgf/YjpGqBWxhAXi/XwUkt/AsnsBOnSq/SrGYd0uDWlI++s4ELZ3g86KJO2n
+8zqUFyK+hO8Tj1e1yhqx/MzrQjltXAbodl8CwgcZ6gFQhkz3wvYUCOxP4y4es6dN
+0xMb1XZLM89W67OPAPRfmJoHqkXQKFPBCSe+phD12zyEjqJ9mtFQMCzkeqOo8bSR
+lFweU9XlRAOSunAGPKPG4dbzJA6s6SEM2mMG41CMACEZAnnwPvNtt/nHXLoBKrTb
+DzODjCIQY8cCqiUZW3wVs5hUv7WrqUt93TWhtXV0S1atn/vAOWY0qI4RqMaSA5Hh
+PqL5wEU8QivM7Z2M/rS/E/zCF2KnXg==
+=FpbA
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.md5 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+39d0d57421567beca1535930d4cf3c57
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.jar.sha1 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+adc912cb84849da67e5b62251cf64caddffb6e63
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom Mon Aug 26
08:16:30 2024
@@ -0,0 +1,334 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.5.2</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>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.servlet-helpers</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.resourcebuilder</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.resource</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.converter</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.function</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.tracker</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.models.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.models.impl</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.resourceresolver</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.serviceusermapper</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.jcr.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.jcr.resource</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.scripting.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.scripting.core</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.commons.mime</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.johnzon</groupId>
+ <artifactId>johnzon-core</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.commons.classloader</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.settings</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.i18n</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.adapter</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.xss</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.featureflags</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>oak-jackrabbit-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <!-- for org.apache.jackrabbit.oak.jcr.observation.filter used in
https://github.com/apache/sling-org-apache-sling-jcr-resource/blob/18edb8d7e7106c1e1e3333b89bf4d2a49c686e3b/src/main/java/org/apache/sling/jcr/resource/internal/JcrListenerBaseConfig.java#L33-->
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>oak-jcr</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish</groupId>
+ <artifactId>jakarta.json</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.owasp.encoder</groupId>
+ <artifactId>encoder</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.contentparser.api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.contentparser.json</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.contentparser.xml-jcr</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit.vault</groupId>
+ <artifactId>org.apache.jackrabbit.vault</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.fsresource</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-atinject_1.0_spec</artifactId>
+ <version>1.0</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-json_1.1_spec</artifactId>
+ <version>1.3</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.jcr</groupId>
+ <artifactId>jcr</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
+ <version>1.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <!-- Publish test artifact -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-baseline-maven-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>src/test/resources/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.asc Mon
Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3AACgkQzit/9nXX
+jpIy9AgAtgv1Whgm9GX6iAiNJNPtuZ7JONmkZvcPgoa7nuk25knnS1Cg+NR5yUmR
+3gdOZaz13lWFwHbSSu8QVXcfLxrbui6BTwEMpb39sUXXEhnR+8V4Ww1RLTczVLTZ
+MkDuTIs5MsK8EGufMltVcNrj/UjWCE8AoN1+EeEMMH55L+YWW5YH7duv7TDJxJpU
+mIfRmKV7DvxwTss1EgTYNmNmOU/CWP6maMCp35K7IwjxjIOK2n6PUS0yM+ZDUUdR
+vhegZjiT2ggpBdRYGWC8bCg86FLaJwtCR+JWTqFDubE4uq/OgVXCfXz1xm5iQU04
+iw6Uj28XnVy0i3ZjcQ34jALF7atRJw==
+=K8R/
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.md5 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+f7450985f3ca57ed3148a0cf75ef19a2
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.core-3.5.2.pom.sha1 Mon
Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+01182a3b551f391fa41a5a4439b35b8e00ffb127
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3gACgkQzit/9nXX
+jpKWZAgA3ojwaxJ7D++SuLidJYKwisBh/gOkcBD82ZetJB32l4/9KE+4MmFg97EF
+9V0GoF8242/cei/yC9Z1bAjh3S6NJjsDguLoqNCogzmWMqg7t7rQOSSv4NqRnETZ
+ozyEnsNE9xEqJbcHqSveLDyCqyqcaFKidiL43uPSXtjQbx7JzclZ8SxlCVRCr903
+bbejqC7rr/SIFAOzXmyEGavNXoqEID4C0A9unKAT3VAxrkxXS/1GZxJYZTuH+jHY
+amP5ip1i5qw1FXHw+eTrtvN+eN4t5carf1KgL0/v/JE/thmuZlqQqm8fEEurOcJG
+0JxD0dCa79OXKSgMI8mtFPB6Z3Y/qQ==
+=igET
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+abe142d82abcbb8809b43b4bbb3f45ba
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-javadoc.jar.sha1
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+cad2d9d0105e65d42417b90d2a43c9a8b92cf1a4
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip.asc
Mon Aug 26 08:16:30 2024
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEpN7YllwuHIGCF8uRzit/9nXXjpIFAmbFm3cACgkQzit/9nXX
+jpLMuAf+JsiUGY+NPsqjBiLQoe04bYZUkwtK+L26qqk6RNz7hjj3Yc7Scira+bfE
+5UIAbKi/j92vDA0AQhwvy8aotoSMDkqSXkN9CIJFCJ3CKjRbAnVqlL+oekIEocBX
+rxeloUsgMbbn6Ebtbp+VUbmRtbujtfmwyAZXx9V6YXdBchJGpJVcRLr9RsAeAGWA
+adMBU5t5I900uXGnNsprNDbztSqmFLPyAdv8GdY+3VJAEeXcQfOhUWGQrdNIMFWM
+umtUdLlPaLMl4fPoMd5uF0yyRnxkEf7MgsiN8NJ2J1lXYs4dqJpqjb5G4J9VCG4e
+XgBnpeKc5ethjcFM10Dg2yR5ILfx5A==
+=yDJV
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip.md5
Mon Aug 26 08:16:30 2024
@@ -0,0 +1 @@
+4b97da85ccaa9f414292b4a7f689c21c
\ No newline at end of file