Added: release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.asc (added)
+++ release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.asc Mon Sep 19 
08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cDvAAoJEM4rf/Z1146SMpgH/3qQ0jle9r/XVTQ589Td5cpU
+MN9TVdGUS/Wff2vvMmR28iKSx3aMrAsokW/lqmaQza+3kS9MzrtWc3zeAFAizU3A
+ypcyJqWIKhoca3SXtc/GcvLY09hBKf7cfY3sywUZZ8K7T8XdRP7kqglTy7RPnaPb
+w9EKIhNmhvQAFczVQh0B7xha8bwMLjGzUfLrO3mrAsp72d85jHR+SxPE7kRR51N7
+R3856RZ5T1m0IE84SN2cREYF1snb8eYXc7745WHQwkWUKQfBaKs1Wtxdub3A7HEg
+AkfOAm0ECWNiUW5Lml+Jy8eL8fsGc6kumnqOCI2UN6W5slIXKbQNV7+hyvlvYLA=
+=up+L
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.md5 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+26e981d0d2f8653371e4dc8372aec505
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.osgi-mock-2.1.0.jar.sha1 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+6a14a3dc2036578bc07fbf4aca7db6a55bece22e
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom (added)
+++ release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom Mon Sep 19 
08:23:06 2016
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<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";>
+  <parent>
+    <artifactId>sling</artifactId>
+    <groupId>org.apache.sling</groupId>
+    <version>28</version>
+    <relativePath>pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
+  <packaging>bundle</packaging>
+  <name>Apache Sling Testing OSGi Mock</name>
+  <version>2.1.0</version>
+  <description>Mock implementation of selected OSGi APIs.</description>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.osgi-mock-2.1.0</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.osgi-mock-2.1.0</developerConnection>
+    
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.osgi-mock-2.1.0</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/META-INF/test.txt</exclude>
+            <exclude>src/test/resources/bundleData/nested/first.txt</exclude>
+            <exclude>src/test/resources/bundleData/nested/second.txt</exclude>
+            <exclude>dependency-reduced-pom.xml</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>2.4.3</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <createSourcesJar>true</createSourcesJar>
+              <shadeSourcesContent>true</shadeSourcesContent>
+              <artifactSet>
+                <includes>
+                  
<include>org.apache.sling:org.apache.sling.commons.osgi</include>
+                  
<include>org.apache.felix:org.apache.felix.framework</include>
+                  <include>org.apache.felix:org.apache.felix.scr</include>
+                </includes>
+              </artifactSet>
+              <relocations>
+                <relocation>
+                  <pattern>org.apache.sling.commons.osgi</pattern>
+                  
<shadedPattern>osgimock.org.apache.sling.commons.osgi</shadedPattern>
+                </relocation>
+                <relocation>
+                  <pattern>org.apache.felix.framework</pattern>
+                  
<shadedPattern>osgimock.org.apache.felix.framework</shadedPattern>
+                </relocation>
+                <relocation>
+                  <pattern>org.apache.felix.scr.impl</pattern>
+                  
<shadedPattern>osgimock.org.apache.felix.scr.impl</shadedPattern>
+                </relocation>
+              </relocations>
+              <filters>
+                <filter>
+                  
<artifact>org.apache.sling:org.apache.sling.commons.osgi</artifact>
+                  <includes>
+                    
<include>org/apache/sling/commons/osgi/ServiceUtil*</include>
+                    <include>org/apache/sling/commons/osgi/Order*</include>
+                  </includes>
+                </filter>
+                <filter>
+                  
<artifact>org.apache.felix:org.apache.felix.framework</artifact>
+                  <includes>
+                    <include>org/apache/felix/framework/**</include>
+                  </includes>
+                </filter>
+                <filter>
+                  <artifact>org.apache.felix:org.apache.felix.scr</artifact>
+                  <includes>
+                    
<include>org/apache/felix/scr/impl/inject/Annotations*</include>
+                    
<include>org/apache/felix/scr/impl/helper/Coercions*</include>
+                  </includes>
+                </filter>
+              </filters>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.core</artifactId>
+      <version>6.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.cmpn</artifactId>
+      <version>6.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>15.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.9.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+      <version>2.0.0</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>slf4j-simple</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.annotation</artifactId>
+      <version>6.0.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.service.component.annotations</artifactId>
+      <version>1.3.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.service.metatype.annotations</artifactId>
+      <version>1.3.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr.annotations</artifactId>
+      <version>1.11.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>biz.aQute.bnd</groupId>
+      <artifactId>biz.aQute.bndlib</artifactId>
+      <version>3.2.0</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>
+

Added: release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.asc Mon Sep 19 
08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cDvAAoJEM4rf/Z1146S2LIH/RdR72v1dDOact26pJauBuH5
+Lrws6/5THZKkIGIhzb0r14QMW6pAY73E/UyjM5SDNoSo49X7xa7V5pYPy0vTJlxf
+BmjWibOW0q0Xi1LPdle/wO0+pgHPCnPqsPzTWHi+sglq3v+w1d/9ex8HvH9xzLDl
+PHAwotuJAnlGc5NFuWeIgSzewhFVzhFxpZn8+ovOlL+NJKQJ/gaDtsgJ8tksv28L
+LIoQmxIDtHSLnoG/QT4VW72gET9MDLojRp42l7QnJvoA4p+Xt6kkwgmARX5a5lMk
+Lo5jtAo1ZlXr1vUXId9EqfHGio++J1l9q+JYVxnU9o0TKeWPwIwwEs6vp+MTShc=
+=tQyK
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.md5 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+623ae96f25322c3be492b7463a0312ed
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.osgi-mock-2.1.0.pom.sha1 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+02daa1169af63a7ae852256822b77ca205201f25
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.asc Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cL/AAoJEM4rf/Z1146SYVsH/2boHPD7mGVwFsgx4hCqNKMn
+R0wBAWaEFv+GRS7XkCYDfoFA6JrL8bnvzHdmn9eTJI59jfcSmdZIleEpEj03ay3D
+jyhCG00IyCDDf2sdG22AbT1VGhrybWpW9CEEsPBlGY7JY1A1OE6JywrPJe8HlXfY
+Q21a36m94bMiNdj9UcgTUyOhHRg++yiTbIg0MMfJUTFORoQutFC11UYQQXeW4lfW
+HQEP0j0iU/Pp4xceEGSlsgyOxjJqua5lD8sf5lEenxUO2MCpnQp7t4TMlZjbFici
+E0M8YkWlf4sleLOVNxou6cP06f3CCZuXG95TwtXZ0/NjVsEtXbPlgeabjRhNr0Y=
+=Gkxw
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.md5 Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+7311b502c9e5f88b612382ba8f220282
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-javadoc.jar.sha1 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+9434a9aea3f54782fa899ce4daf96ced319a2fef
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.asc 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.asc 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cL/AAoJEM4rf/Z1146SXTYH/204/s7P1VjumXQC9VK+RTB5
+7XhF+Fn6PNnq2vjrIO+V4/UtjwBzSis40ORHuD3t+dBkY45+hShFOvjwVdBf3715
+DO5ttDwMwqhi8xNaFiff9wEdanuyZaaXheTJZDrrKlVttdGEvCgM6eiVgdbVg5Qt
+nWKtnJeDkzCLfZCezmbMHLlgaabBSjun76TFICV25OGi2QwAIXBBstLEEK9Umn5Z
+gE/WtNyE4FpBAxqZxKbrtQhA5nfQsYxW60FWxNdf8Y22DgeMOoC8kjoLjBCn1Q1d
+yDEUUdStNn0ql0k94yKuQ3Rq6fazwBClnc4/lOuqv2kUpp9hwfq2wd2Io7MxC0Q=
+=4Hn4
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.md5 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.md5 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+b5dd1e4d401a4e78782231c630b2d3ed
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-2.1.0-source-release.zip.sha1 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+fa7ff28363a3fbe455a5617aa6ced233c7e62d0b
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.asc Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cL/AAoJEM4rf/Z1146SwJ4H/R6fPM/f6hURX+19FsLrgbxm
+YluNElGzidWmN8eciv5kWuNOJ2WU/4ggY+SX/Dw8Qfc7k+qRyclGVqWoRM4ywbFi
+NuRRUGukYyNaN3eY+UXiFigO8ZumveAXUzXGo74QslmQPgefwCbqGKjZHbsG2bQr
+7GLzI2hZgNXE2q7kkPmMdh1wn+el4USxD98CyYbgx20KjTDbVWpOa+5zH32/ptqM
+G3BTGTRivzsQOzAdWR13oG9WYPth4ev07SdNZDTYQDjrLmdBADMSyvG94CLFGX7D
+av8hyUtMmgq/UDg99d82uBmzvl4HaLsG0TOx14eI+sHIm/mlTiGHGQsriTnjGAA=
+=7DlV
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.md5 Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+b15ae3032b569b39a80dc79888d70278
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-sources.jar.sha1 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+6c790a1f54aafd1ef7d981008adbbdea1be38993
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.asc Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cL/AAoJEM4rf/Z1146SQwgIALPZHmEuRD4anAPoCDyF2uBJ
+gE2YbWgTJQ7iv8eE/kamr3qEhOlETWkXTr9Q6/gbzm1rp5H6FYP9AtqMtE0kTNT6
+rzS/BwB5EqvGpf2ePXCAFLggaJpwHDTQJqpxXtEpKIV9+epA9ukf7ZYwcOFNP5OH
+rbAubirvRjXhkwmQvyrC13caXItD+ACZliBt/WhUaDOIobNGYICgPuP6BY62iBMU
+0r+zlcoeTl+viVckaAjptHld1MWRHHT5jdxZDERL6Id5r8pAq1BgO+IpilUaIBvk
++hIZob0UNc1KB+POSqsbtNeD83iKJvAKrWJ9krDu15yg3P6FGewSvw7WqRYvCfk=
+=1BD3
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.md5 Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+2a2a0ec4559030f359c19bcce4ac62dd
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.sha1 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0-tests.jar.sha1 Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+dbc50b0ab7220031da85d480b4856ae3cbd40dda
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.asc Mon Sep 19 
08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cL/AAoJEM4rf/Z1146SGfQIAJLoAz3AnT70ncya1XpGX+3D
+gY8uchp5tdSDkSNFdbrgMUNOKQYdeq5bGwIz1B/OsdCjgQkjyHR8wxvDFPUyGu3d
+H6zB1BfivUwgwJOJx3f/4pPLicysv4kBrB9yWnRzA3lQtnROysSMJnsPCLk4dBKN
+Sb6pdRnZZXl9Im5zt8EjnIjGXjqjvQR5Hm6UOzoH/jNzEMXgeFEOvb+7JVkpiBB2
+S1RHcH8FOHowBm1WLDlvTeZRvBvrSYAJbRvVqwWIN06gPkPHYzI6qLbq1hr6BUnb
+DeadIxA+IBlZiJsIT2DBokg/le3slZ80TNXgtDv8MMghWMr0qG/ZsclLzm9Cdzw=
+=WT04
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.md5 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+42f59b7d990095a9327bc53879c181d8
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0.jar.sha1 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+ec3db6efd05d508574d82563aeb2a8744592fa95
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom Mon Sep 19 
08:23:06 2016
@@ -0,0 +1,289 @@
+<?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>28</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.testing.sling-mock</artifactId>
+    <version>2.1.0</version>
+    <packaging>bundle</packaging>
+
+    <name>Apache Sling Testing Sling Mock</name>
+    <description>Mock implementation of selected Sling APIs.</description>
+
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.sling-mock-2.1.0</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.sling-mock-2.1.0</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.sling-mock-2.1.0</url>
+    </scm>
+
+    <dependencies>
+  
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
+            <version>2.1.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
+            <version>1.1.16</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            
<artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
+            <version>1.1.14</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlet-helpers</artifactId>
+            <version>1.1.0</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.osgi</artifactId>
+            <version>2.4.0</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+            <version>1.2.2</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.impl</artifactId>
+            <version>1.2.2</version>
+            <scope>compile</scope>
+        </dependency>
+    
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.11.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.resourceresolver</artifactId>
+            <version>1.4.4</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.api</artifactId>
+            <version>2.3.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+            <version>2.7.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.mime</artifactId>
+            <version>2.1.8</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.json</artifactId>
+            <version>2.0.16</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.classloader</artifactId>
+            <version>1.3.2</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.settings</artifactId>
+            <version>1.3.8</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.i18n</artifactId>
+            <version>2.4.4</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.adapter</artifactId>
+            <version>2.1.6</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.resourcebuilder</artifactId>
+            <version>1.0.0</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-api</artifactId>
+            <version>2.11.3</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.2.2</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.4</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.5</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <version>1.8.3</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.reflections</groupId>
+            <artifactId>reflections</artifactId>
+            <!-- Do not use version 0.9.10, it created threading issues when 
running junit tests in parallel (see SLING-5002) -->
+            <version>0.9.9</version>
+            <scope>compile</scope>
+            <!-- exclude all optional dependencies -->
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>dom4j</groupId>
+                    <artifactId>dom4j</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.google.code.gson</groupId>
+                    <artifactId>gson</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-simple</artifactId>
+                </exclusion>
+            </exclusions>
+        </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>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <scope>compile</scope>
+        </dependency>
+    
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.9.5</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+            <version>2.0.0</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+  
+    <build>
+        <plugins>
+    
+          <!-- Publish test artifact -->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <!-- Update to 3.0.2 to avoid heap space problem -->
+            <version>3.0.2</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>test-jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+    
+          <plugin>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>maven-bundle-plugin</artifactId>
+            <extensions>true</extensions>
+          </plugin>
+    
+          <plugin>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>maven-scr-plugin</artifactId>
+          </plugin>
+    
+        </plugins>
+    </build>
+  
+</project>

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.asc Mon Sep 19 
08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cL/AAoJEM4rf/Z1146SPskIAKP/S+2FM3qTMEZYNshtSl5S
+81ii+xeiUpRvKCyRUNSbVQnn1bImMEAjCUQh7SrpHcww3maRAs2VFWIVrIBvudU6
++mwnPjccnFFs5vaLbxZYlf+ay8d++v9Kt7SzLT9hxG43uXH4omGNJv4aMkNgOlsv
+4IUmynMeg/p2V/ppD/H83NdhRA8nyteejTe9s2F4krNxmL9+MSWorg6ftLNsuDZW
+6cgadsr+izK4UbpyVQ6j824EEr5uF+Gw7hdFA1gqBrXC9C/SGav77KQMSZa9N28B
+9QRJUuLlTrX5HD62cx+uXe569Eq0hysJH09Svxf5yqDCkpWiwmpFcNllfEQCC0o=
+=K170
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.md5 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+46405d84ee95e96f4b9f7fcbb0f05323
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-2.1.0.pom.sha1 Mon Sep 19 
08:23:06 2016
@@ -0,0 +1 @@
+db331dc6ca3ff70ec1a8ab65477c330234c8fb2e
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.asc 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cPIAAoJEM4rf/Z1146SwtMH/j2ywaJX5PV6/7A6H2+ZgMgt
+7ZhXGp881MJAVzOEIIz+tBiiN5yqs5DUhKCmbQ6pXEYYLyWDCcRmI9cx5A6RDUfg
+GZc+x6UZjTH9DvTX/0Ele3ZyzndjieDLJE/xmA3MaDdwDPCq1CZCNa575S7MwLu9
+UZeI9kObxBn3M2NvqOTMs7MQX7e4Y2SnNutQ4yV2MZNdaJSdfqtLJOT3znm+nei0
+ypnf+wzucK3ndBRION89vJOT0RrGohlbDfc8RUkVfJWOf/WsxRz/xNFt5J3tZkzG
+Z7ZjRxC96suBQvUP9n+KMbphIJlUKWgxogWRNjfeDVrNsC1o5LVLlPTPGU7HRQg=
+=Vuoz
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.md5 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+d509a1511e816e63f6456139c5b1bdaa
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-javadoc.jar.sha1 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+cd670a0af65f24822c995fe61dbe3bce88569838
\ No newline at end of file

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

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.asc
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.asc
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.asc
 Mon Sep 19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cPHAAoJEM4rf/Z1146SGM4H+wbtLupUoOmKWY9hHd3eqPGD
+RYCVAYZ66q07E3aOcp6CQhtwMWPTbga1heMXmwLHw/QNrExmGAFi7i+6umUfvVw7
+WjiVsECwT4F5WEe0cBnmUHaHQmalqtAVXXMnk1KWHyoVMfqH5AKhM5e8z/UfuH//
+VuP/Cl9b8urq6/acADy622gjMPiYtJGRAz/sACznoSfQ8SF3SEqWV/jhkYm8dob0
+m/sbO0JE5qZsf2Y3NLlStHmARfGBY9UcyTHAITdyugYyQ9fzLtW9qGe+emzOzrXl
+dFYxd2JUjXLp30GqoVftdq5n6Z93sLZ3JjLgxKAzZ7nccXU7PrZi9nkIrRPMUEU=
+=RmUj
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.md5
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.md5
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.md5
 Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+17837b7080b870c5d86e21f2e288ff27
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.sha1
 (added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-source-release.zip.sha1
 Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+4083f39cf8067a01e4096735604a42372a213440
\ No newline at end of file

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

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

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.asc 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.asc 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cPIAAoJEM4rf/Z1146SsJUIANptEg6aZiJn2f2S36A9S5us
+H4535gqyvEwOBCvbp/ekK0wIpRh18RSYumgDDJaYA4rSUwvqdXm27kRPChQPElqq
+AJ2NbV2gs++Y7GLeWZTq2ivyDtwe7KUB9PnXNshPX6Ne8OrMBayhfkn1mz8OM9tg
+GuQLr7r8ZQUhi0p1tgg8s9flnJJSPfcdwojjKkP8ef+A6cOjaC3tyYXnUFihzz6E
+5NKaISCWfJylc7fx+lCjAQWLAaj9gwxEINvqOuHsH7d6irk7ci773++ajUunDYlM
+FhtZlm4/u/1eqNwGc3aVuWGHUmsYv4KOIJ/JPCdInC6K2dxFJeV5ptLhbvqwYCI=
+=pr24
+-----END PGP SIGNATURE-----

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.md5 
(added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.md5 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+6873a1158f532a7af736b15c798be1ef
\ No newline at end of file

Added: 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.sha1
==============================================================================
--- 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.sha1 
(added)
+++ 
release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2-sources.jar.sha1 
Mon Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+03f9ab9ab318b776fca4e99037179fa2091939bb
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.asc Mon Sep 
19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cPHAAoJEM4rf/Z1146SLEcH/1UCMWr7R9HwwIKuHO1sD14s
+cXZ0N3ItRxkFqrELSOuC33NyWPEfJwEYH8xj/v7b5VhNsUl3PqXRX8362aTCOnIB
+WLguycZvPFZGGDntSCzNdRdlfdH0uI3QrwCE6HaHW/sesMMcK6cYbeKli0XQ7mgs
+c6K+di9qvZybidfJPSvsS+U6J5dxiwurm8/flzVF/FCPSk9syWR7B22fgpvfnZSB
+bN7OQhUSt/eYHUWkWgZ4ve53RhJSHcyuB7T4Kk6pgvZQ4cRhAzrOJNVn1tn56E/y
+RhAN0NpOBSXhnU0/XTzUT8EgITbJf7i2Hoykh0oeq+0hni3GZ4nNgzzppwLUJV4=
+=EU+b
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.md5 Mon Sep 
19 08:23:06 2016
@@ -0,0 +1 @@
+d6c35ca1a00aa268d1117e7ae56633e1
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.jar.sha1 Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+caac384b222f941f5f08bdcfe51f8017591d9241
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom (added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom Mon Sep 19 
08:23:06 2016
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<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";>
+  <parent>
+    <artifactId>sling</artifactId>
+    <groupId>org.apache.sling</groupId>
+    <version>28</version>
+    <relativePath>pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
+  <packaging>bundle</packaging>
+  <name>Apache Sling Testing Sling Mock Oak-based Resource Resolver</name>
+  <version>2.0.2</version>
+  <description>Implements a resource resolver type for Jackrabbit Oak that can 
be used in unit tests based on Sling Mocks.</description>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.sling-mock-oak-2.0.2</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.sling-mock-oak-2.0.2</developerConnection>
+    
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.sling-mock-oak-2.0.2</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-scr-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>generate-scr-scrdescriptor</id>
+            <goals>
+              <goal>scr</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>2.4.3</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <artifactSet>
+            <includes>
+              <include>org.apache.jackrabbit:*</include>
+            </includes>
+          </artifactSet>
+          <createSourcesJar>true</createSourcesJar>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>dependency-reduced-pom.xml</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.testing.sling-mock</artifactId>
+      <version>2.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.testing.sling-mock</artifactId>
+      <version>2.1.0</version>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.jcr</groupId>
+      <artifactId>jcr</artifactId>
+      <version>2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>3.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.9.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>hamcrest-core</artifactId>
+          <groupId>org.hamcrest</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+      <version>2.0.0</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>slf4j-simple</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.annotation</artifactId>
+      <version>6.0.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.service.component.annotations</artifactId>
+      <version>1.3.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.service.metatype.annotations</artifactId>
+      <version>1.3.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr.annotations</artifactId>
+      <version>1.11.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>biz.aQute.bnd</groupId>
+      <artifactId>biz.aQute.bndlib</artifactId>
+      <version>3.2.0</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+  <properties>
+    <jackrabbit.version>2.12.1</jackrabbit.version>
+    <oak.version>1.4.1</oak.version>
+  </properties>
+</project>
+

Added: release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.asc
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.asc (added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.asc Mon Sep 
19 08:23:06 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJX2cPHAAoJEM4rf/Z1146StZoH+wUGUsbbDLERYcd9vxztpcID
+KgUSmaVtS8V2qLMB/chxusHELYptpl4aYqjsw/FIahg4IS4dQboYzR5p76u4KSK6
+xcEaCCbjXI6MbBUAkE3F9GY+dmkTNVtEDcgttciapbkVUGJdkMjDwV8P+051Q3+f
+G7YAlSEiXiuR/3qeD+acah1BAqsGB/ff8r4PiTG6a75xbHSAKpGRC00vwbiM2Ek1
+wFx+oqt26BBG7+i9+Xv9yCFHQ61Sbn4Y5LrDzWN/qb4BSdfHjuJVFOAvwg4QTnnp
+Jn2mVDRLj9TY+ZWmd8u0rd8dwAoRg7x6jlyvysssawqcVajVGrGdsCZs50gLQWo=
+=5f2L
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.md5
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.md5 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.md5 Mon Sep 
19 08:23:06 2016
@@ -0,0 +1 @@
+1b27948b7b0eac91beebffb895e19f3c
\ No newline at end of file

Added: release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.sha1 (added)
+++ release/sling/org.apache.sling.testing.sling-mock-oak-2.0.2.pom.sha1 Mon 
Sep 19 08:23:06 2016
@@ -0,0 +1 @@
+96bf51028f76e762c97b305569bd10facf68aae5
\ No newline at end of file


Reply via email to