Propchange:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip
------------------------------------------------------------------------------
svn:needs-lock = *
Added:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.asc
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.asc
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.asc
Mon Aug 27 08:39:54 2018
@@ -0,0 +1,10 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEcBAABCgAGBQJbfzFcAAoJEM4rf/Z1146ST10H/39CwxALaXqwOZNzPa813pij
+S0S/rjY/sz2g4igR1cFOlSt2YyAXVzizHpseW82MtamT/9m1cnLAHk5c6oydkGAH
+S/izKRN5+Utv6gBYPnOCnS70kh/1fZIRMa/p2dnn7i3nhoHejZTYA9PtXG7yEt2+
+38riS14uKKOmF5jR1s5JDPsInN5nPf2kFPfbkcsDDt3ea69SOwgmlIaAi2s4wd1C
+sfVo6UrbxmtJZa0QDkLbcHh/SXV2cwBWW5z9TMF42FTx6TpTkDMeJ/vea+PamNTF
+ykaFJw8FK6BgGKKn61fU9fT5VeMNd+jcy8KwDU1UQHukgcOpZIT46OSRanEtzbY=
+=771/
+-----END PGP SIGNATURE-----
Added:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.md5
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.md5
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.md5
Mon Aug 27 08:39:54 2018
@@ -0,0 +1 @@
+593a01f45f3e42684102fba96adb8732
\ No newline at end of file
Added:
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.sha1
==============================================================================
---
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.sha1
(added)
+++
release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2-source-release.zip.sha1
Mon Aug 27 08:39:54 2018
@@ -0,0 +1 @@
+872416ff2ea7f5ff76d5290f05fc2c114955d9af
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom Mon Aug
27 08:39:54 2018
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>sling</artifactId>
+ <version>34</version>
+ <relativePath />
+ </parent>
+
+ <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
+ <version>2.3.2</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.0</osgi-mock.version>
+ <jcr-mock.version>1.4.0</jcr-mock.version>
+ <resourceresolver-mock.version>1.1.22</resourceresolver-mock.version>
+ <logging-mock.version>2.0.0</logging-mock.version>
+ <servlet-helpers.version>1.1.8</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.21.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+ <version>${logging-mock.version}</version>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <!-- Set runOnlyAtExecutionRoot=false to make sure each
jar file get's it source-release.zip attachment -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>source-release-assembly</id>
+ <configuration>
+
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+
+ <scm>
+ <tag>org.apache.sling.testing.sling-mock.reactor-2.3.2</tag>
+ </scm>
+</project>
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.asc
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.asc Mon
Aug 27 08:39:54 2018
@@ -0,0 +1,10 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEcBAABCgAGBQJbfzFcAAoJEM4rf/Z1146SKPsIANIEA/cLQKtnUg8Oa1UQjz4+
+eAx2zFTcMcDU8uTb3QtPJPmv6EAPhtgQd+j33aOJ3sz0Jt6pqjDpwAkTnWi9U9+F
+3kSCnfOHHy0WaVU8pJULP0CNL/t3sCZSzfK9ExRRLg+bCF1d5anZoPcnPY5/vx0m
+U/qe3mtJHnH7zGrZDkF+DKxj8dnc0P2pd2ex5b7sBmNKMv+mMXSePyxvPF3Hmo+4
+Ny8vHSbN/nCPIDYF29sDVHFLGjy/a6CuCcYsOApqGUnBaktVXMD9FW4TRpU7dJLC
+/fcOZn5Dh0rQ+9MfWeMr0KiPQyNzKdEbDylGvuG37BQJlTLQPW3/JAGzC2AGWjM=
+=X22E
+-----END PGP SIGNATURE-----
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.md5
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.md5 Mon
Aug 27 08:39:54 2018
@@ -0,0 +1 @@
+80dae117e8563622079684a46d6ab7be
\ No newline at end of file
Added: release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.sha1
(added)
+++ release/sling/org.apache.sling.testing.sling-mock.parent-2.3.2.pom.sha1 Mon
Aug 27 08:39:54 2018
@@ -0,0 +1 @@
+5eaa6e2b9373a3d605a5d8fe90c177ecc887e9db
\ No newline at end of file