You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2021/05/11 12:31:32 UTC

svn commit: r47622 [2/3] - /release/sling/

Added: release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom Tue May 11 12:31:32 2021
@@ -0,0 +1,436 @@
+<?xml version="1.0"?>
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ 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>38</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.scripting.sightly.testing</artifactId>
+    <!--
+        The versioning scheme defined here corresponds to SLING-7406 (<module_version>-<htl_specification_version>). Take care when
+        releasing to only increase the first part, unless the module provides support for a newer version of the HTL specification.
+    -->
+    <version>1.0.30-1.4.0</version>
+
+    <name>Apache Sling Scripting HTL Testing</name>
+    <description>This project runs the integration tests for validating the Apache Sling Scripting HTL implementation
+        against the Adobe HTL TCK.
+    </description>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly-testing.git</url>
+      <tag>org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0</tag>
+  </scm>
+
+    <properties>
+        <sling.java.version>8</sling.java.version>
+        <!-- run modes for integration tests -->
+        <sling.run.modes>oak_tar</sling.run.modes>
+
+        <!-- path suffix for HTTP access to Sling -->
+        <http.base.path />
+
+        <!-- hostname for integration tests -->
+        <test.host>localhost</test.host>
+
+        <!-- optionally exclude some integration tests  -->
+        <failsafe.exclude />
+
+        <!--
+            Set this to true to stop mvn once the integration test Jetty instance is
+            started. Useful to manually test the integration testing webapp.
+        -->
+        <integration.test.wait>false</integration.test.wait>
+
+        <!--
+        if set to "true" this will start the launchpad with the following debug options:
+            -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000
+
+        otherwise you can provide your own debug settings
+        -->
+        <debug.options />
+        <keepInstanceRunning>false</keepInstanceRunning>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>${basedir}</directory>
+                            <includes>
+                                <include>derby.log</include>
+                            </includes>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>htl-maven-plugin</artifactId>
+                <version>2.0.0-1.4.0</version>
+                <executions>
+                    <execution>
+                        <id>validate-htl-scripts</id>
+                        <goals>
+                            <goal>validate</goal>
+                        </goals>
+                        <phase>generate-sources</phase>
+                        <configuration>
+                            <generateJavaClasses>true</generateJavaClasses>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>scriptingbundle-maven-plugin</artifactId>
+                <version>0.2.2</version>
+                <executions>
+                    <execution>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>metadata</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <scriptEngineMappings>
+                        <js>rhino</js>
+                    </scriptEngineMappings>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>bnd-process</id>
+                        <goals>
+                            <goal>bnd-process</goal>
+                        </goals>
+                        <configuration>
+                            <bnd><![CDATA[
+-plugin.slingmodels: org.apache.sling.bnd.models.ModelsScannerPlugin
+Provide-Capability: ${org.apache.sling.scriptingbundle.maven.plugin.Provide-Capability}
+Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(version>=1.0.0)(!(version>=2.0.0)))",${org.apache.sling.scriptingbundle.maven.plugin.Require-Capability}
+                                ]]></bnd>
+                        </configuration>
+                    </execution>
+                </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.bnd.models</artifactId>
+                        <version>1.0.0</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <failOnMissing>false</failOnMissing>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>reserve-network-port</id>
+                        <goals>
+                            <goal>reserve-network-port</goal>
+                        </goals>
+                        <phase>process-resources</phase>
+                        <configuration>
+                            <portNames>
+                                <portName>http.port</portName>
+                                <portName>sling.control.port</portName>
+                            </portNames>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>slingstart-maven-plugin</artifactId>
+                <version>1.9.4</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <usePomDependencies>true</usePomDependencies>
+                    <servers>
+                        <server>
+                            <port>${http.port}</port>
+                            <controlPort>${sling.control.port}</controlPort>
+                            <runmode>${sling.run.modes}</runmode>
+                            <contextPath>${http.base.path}</contextPath>
+                            <!-- use Java8 compatible date/number formatting: https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-A20F2989-BFA9-482D-8618-6CBB4BAAE310 -->
+                            <vmOpts>-Xmx1024m -XX:MaxPermSize=256m -Djava.awt.headless=true -Djava.locale.providers=COMPAT,CLDR</vmOpts>
+                            <debug>${debug.options}</debug>
+                        </server>
+                    </servers>
+                    <disableExtendingMavenClasspath>true</disableExtendingMavenClasspath>
+                    <modelDirectory>${project.basedir}/src/test/provisioning</modelDirectory>
+                    <usePomDependencies>true</usePomDependencies>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>customise-starter</id>
+                        <phase>pre-integration-test</phase>
+                        <goals>
+                            <goal>prepare-package</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>package-starter</id>
+                        <phase>pre-integration-test</phase>
+                        <goals>
+                            <goal>package</goal>
+                        </goals>
+                        <configuration>
+                            <attachArtifact>false</attachArtifact>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>start-container</id>
+                        <goals>
+                            <goal>start</goal>
+                            <goal>stop</goal>
+                        </goals>
+                        <configuration>
+                            <keepLaunchpadRunning>${keepInstanceRunning}</keepLaunchpadRunning>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.19.1</version>
+                <executions>
+                    <execution>
+                        <id>integration-tests</id>
+                        <goals>
+                            <goal>integration-test</goal>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <includes>
+                        <include>%regex[.*LaunchpadReadyIT.*]</include>
+                        <include>%regex[.*SlingSpecificsSightlyIT.*]</include>
+                        <include>%regex[.*TestsRunner.*]</include>
+                        <include>%regex[.*PerformanceIT.*]</include>
+                    </includes>
+                    <dependenciesToScan>
+                        <dependency>io.sightly:io.sightly.tck</dependency>
+                    </dependenciesToScan>
+                    <runOrder>alphabetical</runOrder>
+                    <excludes>
+                        <exclude>${failsafe.exclude}</exclude>
+                    </excludes>
+                    <systemPropertyVariables>
+                        <io.sightly.tck.serverURL>http://${test.host}:${http.port}</io.sightly.tck.serverURL>
+                        <io.sightly.tck.user>admin</io.sightly.tck.user>
+                        <io.sightly.tck.pass>admin</io.sightly.tck.pass>
+                        <launchpad.http.port>${http.port}</launchpad.http.port>
+                        <launchpad.http.server.url>http://${test.host}:${http.port}</launchpad.http.server.url>
+                        <launchpad.servlet.context>${http.base.path}</launchpad.servlet.context>
+                        <IT.expected.bundles.count>178</IT.expected.bundles.count>
+                    </systemPropertyVariables>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <releaseProfiles>release</releaseProfiles>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.22.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+            <version>1.3.8</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+            <version>1.1</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.3_spec</artifactId>
+            <version>1.2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- The integration tests -->
+        <dependency>
+            <groupId>io.sightly</groupId>
+            <artifactId>io.sightly.tck</artifactId>
+            <version>1.4.5</version>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-simple</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-codec</groupId>
+                    <artifactId>commons-codec</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- Launchpad dependencies -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
+            <version>1.2.4-1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
+            <version>1.2.12-1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
+            <version>1.2.2-1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly</artifactId>
+            <version>1.4.8-1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly.js.provider</artifactId>
+            <version>1.2.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
+            <version>1.0.28-1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.spi</artifactId>
+            <version>1.0.2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.core</artifactId>
+            <version>2.3.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlets.resolver</artifactId>
+            <version>2.7.14</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- Dependencies for the Test Build and Run -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.rules</artifactId>
+            <version>1.0.8</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.clients</artifactId>
+            <version>1.2.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <!-- Dependency for running Sling performance tests -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.performance.base</artifactId>
+            <version>1.0.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpmime</artifactId>
+            <version>4.4</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.utils</artifactId>
+            <version>1.11.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

Added: release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVC34ACgkQnd0BNZZE
+eNOf+hAAt9f7FF+bLVlp/H/TVoi6BU39eWpgQ90wUTDqMtFVs1O4JzEZtJAlrg+v
+brPJGtrltwdOyAxTysThEc2MfY3Cf97tilfpV5JEDBrGaGH91WRJUVWgyV3nt9Ka
+aJCTsqM6dfN+cOcdaFm3lWfkb8tfZJ9ja2emXhP9tAu5/QqFlRs0kh4pmgzX6N6p
+M+ck+v2aGOqCHyYgSZmJ5LJp3Ujlmr7KJ+FO4gVKqlgyXDLHNSKhk/qGmpupIbzb
+4k4UfQeOULLDOJrRoTPLWg32lmXxuTWoNCzfHsFzEwnSEhtfdhMoybTEt7wdBI8f
+YdrRRBvgP4GsYjUujfbRNLrHZoDHTkn62CiysGYqpZMHcT8yTjn8SiI+xug+WEYI
+XuxPOjLl7G5nFZGGc+lIPRNQt4/m4cNX/FfwhEeSQ5cfm1FTZYSiT4iUXJwuRKuT
+URAPPinK/8CYSJI+N7DTc8gRdLrgMDTdJofjg75IhWtvbMVCQYMCMj3GPamtWaiJ
+VK3/sEGjI1k+ABpLAoI4pzSwJmSWmXaiCh0cWI/7VPaaZO6318rC07iMGTB2ZUaW
+BAAzQ+CqjlqQAHKnzJwH3c1qCwh6tfa0hWsYWf509M8rWgBgFWt7rI+V3mnvjgu/
+aW3u6YuaaE33MDr69W23tWiBvz7+huLrYRKf/oADkeTEjJBbvuU=
+=jnbc
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+7b1383fa7f4b92957f8bb2b5fa5a8656
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0.pom.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+bb3927b3f0c7b2b7c6f2f217ceb38e0a0f828ec1
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVCdEACgkQnd0BNZZE
+eNOefhAAzNf7J/qG9IkUbvsF7BEpqYltniz/XAGetf6Fc982cM0/qdJgraRtFG65
+o7GUB+qMmnWjB5G3JTFG7tVFmdpka/dyo9uGuLfZl+7WFT2MQbn3/+Mb81s/ZEvD
+FE0PXXyNHlk1gK+0DgUzwll5+MXYbDMYdRwv72HgWiI1vLsrhh/CI1W14VNe0tY4
+6N5T/notDxAtAwsk9mZwb3GRa5oH3P2v+eb8uAu3RAhWnut//4K6YCW+zvWu4Cmq
+VlfHJdLabJwWYUnZRH4owMeisYleYW9+wJ4EKNar04sbCtDLcQ3pLCPQDyWk8o7M
+dYTx0uCK/iLV9nYw/ocA7awhxIc0rhcUfF019gT+VqVTdbz+iBdX2fwTKF6CSXrD
+kFmDH7rDtyWUgEgtNpQRI4Q+7KrNXnlXExWJLd9aYNM5LLndeWDRKxnm2BQ5JjGX
+dP9h5sd0FN/kLhSKldGb4aRXb+/evej61eqbwonADHGEFdLpQTckmy0k3r9FWz18
+5d3YtxsrWmmr5V+w2WEJY+5NoepyfCcr7G/27jZBT0UshKtxhbZB41robWjlpRFi
+2/7NS4iuNLk8df2mIM6A0tt0CFwWqYB4f4fK/YVEiKEURbBMriDO7qGBDJhB92zO
+/SVe1EghoFYW0IRfuJc9host8TWjT50+rxKL2xkUzDt5Q1DW80w=
+=chFt
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+03d43e59597a0aad7293648cbbd39b91
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-javadoc.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+e83d6d943779bd05434dbd282c6e0e0f78db96f7
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVCdEACgkQnd0BNZZE
+eNMddBAApPtp/fimd1dEf9YqMWV3o13Xjvsb1JmyTGzk5RCzAXYDkXEJF+AQRNui
+5gXEIaj/hRfh+l5E/JHu0eMUBOUVK9NW/ltMaVu1UhuCfKZXag/psil1TG9PVngp
+7f/HiBKbIYzyi2HWfe0U+duLv20rB4UqqXZfMT7KcMHfK37pReMAwTWjuPMUdzSv
+uWDPtWHgRjDCvzTiN0hxSoxlnh9Awbq1kK8NqmQqvz3rkGq8zE061z+JrhzFOmSu
+cmFad8S2BVceDzhXz6b0tAAkJgoNKFArqEblL0o0kfU122dHqmtHpB4IPzcMrmqS
+wbquWdh1o50tw3edVuTXW69d50kZn5WmkhNOKX019gUc2BHhZrSRRE4WNAvZyn+p
+JQMcCJYixZwbUNJT1MAc1/32NFPgYrKQy0I6W/OTq6FT2zhphxjRzRxWPFi6BYtH
+lN7MI+NamGcvalUG58bFo45ghV4EK5oe6u5TIe8oBI7ALyNi1roPU/XOdr8yXn1k
+nMbL7bv7au1ZHVcatl6CYUC9ugqvBx3XPQepRymhRpYdOHjxqW3sQa0cGNQfi/lZ
+IDpI5IYCQI5qsfAR2X9vXoqFKKJhchuca8F06YSwN4YFWqKRfFzV7/AOTA6iyB3e
++aDfCavKKuAirhk6Tq5D8aY0E+TjzZFVY0xxd9VKsyCd4hQVqao=
+=iP3H
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+dc769ec8c124748933d3c2e425a6f0fa
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-source-release.zip.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+cc7072500b38196765cd7bfbcfcf535af7c0b0c7
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVCdEACgkQnd0BNZZE
+eNOeHA/+NhTErUmDYXj1xhydViBiN/y8K89L416WkwOnloYua5MIxEky+VbBtzFs
+1lba7hYHX0CQUL8UTLYNt4kybJ7GltHtVxodzsiAe/SSFPSYz2axox367UbmjkzF
+FPJ7SicW3QxTqXXOtMv+J0/b/eqdbM4SDPQVuVd2VzYwqKAi/yV9lVU05lGrbfs8
+LptYuJm9qBRwjKcSjG8a+EvvE019v3OfYzh9RYX9NlZCEdcfxOwswHqbm1qN/JTz
+ksyhr0vuIb4stTkn7nl6dxxpoiYqL2jVEGCXtRJHDovnPpF813M5aQZWGIPmBvjz
+QfYCN1bZUyfVujNgay2ea/7bScHQL+8p9cxJhuDnfFNCkZJqLWzoZfd4fWWUEVrT
+NxBPxsuVGTFFzOZUbzhbiaoqoV2GXOwUOINQZkpa6TftYtPnHYhSl81GYEq7uXxm
+fsF59lvIwpQJtiBMswuNXu2Aq2aDsFCg6XwOS3JOHM3ysj7kiPKOWQex51/O5Y31
+pHHQ9aZPLG9DCfrE+WY5qeFygvpcXrrstKIPIOOKB1K1E6t3O1z6Caigj/tUVj3B
+88w58z7D+bbT7AELyV21XovfJYXmFkU+X4d6FOn0m3ImATM5+abRxUO8Mf3i9Bew
+0k95A8T76nyJt9CGJZNr5Ng95r3w8JI8J+Fv42SPeLZ3bwrP3lM=
+=nPar
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+38e60698a6dfc05b0cce41847ecfc024
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0-sources.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+0626366ebf44b28572da288d6c10c37e1292c646
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVCdAACgkQnd0BNZZE
+eNMFKA/9HBivH+Xu+3KPIQK5FsUPurz/Lbxc/dl2tx2UFU/05IFzuSkN0KfD9Sxz
+dLnAzUWeyRQwJGR0rf3p5m857fgGwi7ucG4TUTUO0aIqH37qz0V1WTNUhK1OhRdf
+r9WvkwFTdzTNFvvfQ/EHsZJF9cApZ7gNdjSrKgEWIqHHjkMxUTIp+dCiOzbDgsSd
+Kvf69KjWnewywQWLYTUdFLjsAE9WtszfbohRaHILIVP1Y26pZXsohr5kzvPNUaxr
+zLFfmfF1DJKplbBcNwxnCT5nz3woYy/pMFPdP7ID2JZRkFqxDjvPzlKM+x77zKxa
+VQV8dPXddWxsQrQ/x4Rv61G+IdrIn4Ff5nc5xow1SOs2jJIwJtlWDOgke+XXUW7u
+W/hfTR2AOBgG6KmlSDpu/49E8anW/82S6E/s+gQ9lUjICl7OWQlk963Xd0OxSHFR
+Legk8Gs4uQsReAiv/CF84jPvylefUBxUHTYBnMffze04hPsjP+p1S0D6B/7PHf+Y
+lxiXAdrx/Xf4N4fb0m234b57ZSbMskfNUj74CvYuZA+M0NzyrAD7V2YNe7Tdux3G
+FVJ4tbm4oLWPJQvzqW3juzOrF/xUJ1xOGycHkqOHXfT45fb+NgA1sahdcS6XpogF
+k4Unc/FOH5tfpXIZfs2FluGHdWlcVu+9bxGzU956TfjzA9SEmO0=
+=bg0u
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+b680bc8e4e68ee138c322beef3fa57bb
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+725c218b44866f372a44352bd899f66ae4b172b0
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom Tue May 11 12:31:32 2021
@@ -0,0 +1,231 @@
+<?xml version="1.0"?>
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ 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>
+    <!-- ======================================================================= -->
+    <!-- P A R E N T   P R O J E C T                                             -->
+    <!-- ======================================================================= -->
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling-bundle-parent</artifactId>
+        <version>35</version>
+        <relativePath />
+    </parent>
+
+    <!-- ======================================================================= -->
+    <!-- P R O J E C T                                                           -->
+    <!-- ======================================================================= -->
+    <artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
+    <!--
+        The versioning scheme defined here corresponds to SLING-7406 (<module_version>-<htl_specification_version>). Take care when
+        releasing to only increase the first part, unless the module provides support for a newer version of the HTL specification.
+    -->
+    <version>1.0.28-1.4.0</version>
+
+    <name>Apache Sling Scripting HTL Testing Content</name>
+
+    <description>
+        This bundle contains:
+            - Content adapted from the Adobe HTL TCK meant to test the org.apache.sling.scripting.HTL implementations.
+            - Content meant to test performance of the org.apache.sling.scripting.HTL implementation.
+    </description>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly-testing-content.git</url>
+      <tag>org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0</tag>
+  </scm>
+
+
+    <!-- ======================================================================= -->
+    <!-- B U I L D                                                               -->
+    <!-- ======================================================================= -->
+    <build>
+        <resources>
+            <resource>
+                <directory>${basedir}/src/main/resources</directory>
+            </resource>
+            <resource>
+                <directory>${project.build.outputDirectory}/SLING-INF/sightlytck</directory>
+                <targetPath>SLING-INF/sightlytck</targetPath>
+            </resource>
+        </resources>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <!-- Extend RAT configuration from parent pom -->
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <configuration>
+                        <excludes combine.children="append">
+                            <exclude>src/main/resources/SLING-INF/**/*.json</exclude>
+                            <exclude>src/main/resources/SLING-INF/**/*.ecma</exclude>
+                            <!-- Ignore files generated bei IDE plugins e.g. maven-eclipse-plugin -->
+                            <exclude>maven-eclipse.xml</exclude>
+                            <exclude>.*</exclude>
+                            <exclude>.*/**</exclude>
+                        </excludes>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>unpack</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>io.sightly</groupId>
+                                    <artifactId>io.sightly.tck</artifactId>
+                                    <type>jar</type>
+                                    <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory>
+                                    <includes>**/*.html,**/*.js,**/*.java</includes>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>2.7</version>
+                <executions>
+                    <execution>
+                        <id>copy-resources</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${project.build.outputDirectory}/SLING-INF/sightlytck/scripts</outputDirectory>
+                            <resources>
+                                <resource>
+                                    <directory>${project.build.directory}/sightlytck/testfiles/scripts/</directory>
+                                </resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jslint-maven-plugin</artifactId>
+                <version>1.0.1</version>
+                <configuration>
+                    <sourceJsFolder>${basedir}/src/main/resources/SLING-INF</sourceJsFolder>
+                    <includes>
+                        <include>**/*.json</include>
+                    </includes>
+                    <encoding>UTF-8</encoding>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>jslint</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <version>${bnd.version}</version>
+                <executions>
+                    <execution>
+                        <id>bnd-baseline</id>
+                        <goals>
+                            <goal>baseline</goal>
+                        </goals>
+                        <configuration>
+                            <diffignores>
+                                <diffignore>Bundle-Version</diffignore>
+                            </diffignores>
+                        </configuration>
+                    </execution>
+                </executions>
+        </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <!-- Test bundle dependencies -->
+        <dependency>
+            <groupId>io.sightly</groupId>
+            <artifactId>io.sightly.tck</artifactId>
+            <version>1.4.5</version>
+        </dependency>
+        <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>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <version>1</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.models.api</artifactId>
+            <version>1.2.2</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.1.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
+            <version>1.1.0-1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.osgi</artifactId>
+            <version>2.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+</project>

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVCdAACgkQnd0BNZZE
+eNMIbg/9GUD1LpvBk/2PCIxRmsW7wCRmX5LJfH9kKtDyu2IkSAgN1AfeJrgyyptT
+qm0Vbh5+EWX53zlz92HG8WcmxGYvYTiZTRHPSQUQ6RBhNQRmJ5aIG8KjxXZZb7fE
+Ify5E8S2myOeOfbvvkmOyp8yYIyX0V+LvmdO4VND5Iwbn7+TqNOk20z4BYzSgCkM
+FxWej37PvUzq17VNTpa6qk/A0EWg4mbm7NjTkwpExWmQETaDBlSedkGgLjyrUTS8
+X+sEUjS5N+qgJ8XCg1rQlq8p8+PGCD+d5spdRa6Le+aYe78iM0IrE9T4E7sYP4sy
+3Wjaef4AGdcQAJGrk66qHjrra19jTNU8f0vE8hTi0CxD9aOixXk5FRllUKfwoBiJ
+MmVNjpN+ftLQmfHHRYM9dz15Xi+nPI1XFo01SPBaZtOYaL6pdvKFaF01DPP3T4LO
+wuNS5X/Z3mdRIbJEg550R79Awqmt9CcA5tF0UJg69Iy/Cy4Vp1ucKJYWACpz2286
+pCI6hbgqdYsc3dpNQ/70ChiHULjbIaWUMoZ3xsvbjT/gM+USfxzkNO86DC1wNh3+
+7DaaQqKSX4dG73MFqLOelJebX4/ocOCljrcnuzPEWbnx9TcjMFhOQski06SCMNHp
+eLSYVEDhreAh0OiEAdcgUReEUcemLXtTJw0c0MWxAt75e3aUZ5o=
+=54iq
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+c848c6e71c10a8507d7631acec751728
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.28-1.4.0.pom.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+3008e4be54997f5977c02b989d07a8ced5b4dd1b
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVBEgACgkQnd0BNZZE
+eNNFeQ/6A2fo1cOBZfh8y9vQ5AP3nQsavU8HB3SkiWIkEcoW6K4WplhSdCkU8XeT
+iyEv0aHMmu8lwHwz90LTZrmF8S6UZMV3VcdxSYiPT7oQ/dXuMAda0TKAwFGtRcQn
+EorvhDECHJNZVggbbEBWWEPbjX2TP9+ZCN/mPbHxIMYPsZ0J61QmvrWM+zzxZAiD
+5PRR9KDWQWVBMB5jfObGTA/0oy1nfOEkDGsv+Evph8+sQRBPiXaGbsppSYWjB4CA
+7hzqhGglE0cq3VS7PcsbveE1jY2eN51X9kCYGdsuei9iBllKdxtEi91qx6czPm0M
+hvh7oAgw4Q3ZU5ntxtlwRX+qcTZSPvCH0bD2Rz7tx/sCfnykjlIiwMbf0aVWMqZc
+5cwyLi/A1k15MpZ418O3xlD/ryCxfUmgAQVnc5Kvd+k1tGiPbKjt3RBkw+e4t60l
+w3COVWL61dLAR83/w2RLnNZay+jRsxwXFltOJXxhHgOQtsFI82QbPpfAQXJ1bZRZ
+vLvGsg/Dkdu2FFIIPTazIrLNhHU1jo4+QMMoWmUNVZw0cqEW1on7W4TGlIjxQCFa
+P4AZxf/T2I9+dRuXfHdi3ETqeDA8fX1G/AK2jPNUhnjmhsyTkFts/UqGvYRqjxJP
+DuWT+DZUABVJnvmQHu6wq9/1Ohag4GlZuELurrkxCpDhBDNiQ0M=
+=q0bJ
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+a527ef318689a5fdde432951994b0bc9
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-javadoc.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+b057884a3bc0c3ad1ccd7dbaf67cdfa2e6db297c
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVBEcACgkQnd0BNZZE
+eNMfABAAn23pEHuSdLH9jYvzw6E0udpxSs6+G0Bu+04KYS2SjZgnxLAOCzbw1cFJ
+ey+8XN1cgisHCiENmpKRECVerAShyT5Y8nhAahNZY/Ifam35nbJKMUhkfmiWjgME
+fv4CzugZNrvVykCcs3GjKYoYVymJz1AqfmyLIXs/ud3crkXaL44aIz3iIjFmz28Z
+cThw+kqXKkeIpmjcurz8P20fssQGWyfsUYbjxjiA+pVNhTQG3KOXOOMk5CO/AiBA
+QLe0PjWZ55KogMUYHzboj19ieD46MfBEL/VrH5rB7bDSNlwqqTT0mOe/4990i2fh
+2vYLt+iYG/WIagqnDgjWa7ZsnHIpVOAMWm4uAIMsNjcFUnmvdT39GUvPMEh1hvXi
+kd6TEUKWDK/B8eCbIvrycEbcf5IZWIb/KWmiklutsG1YiC/yWm1aXmuqGOH42lV0
+75jc2OJwrneL47BOGj2wx31FbmWJB2T7Jdptdmnfi5uiglAzsg35NdxloQ/sNjlR
+4tdezrApCzVAFTv9caL0gMMFDIPYWIRfCUlF11QWfChDMwfqrqlD4iltur/TvLae
+FWQe5YnKbtXIooPcXvtClrz+iJoxltO3avu+6QsgcDFU6mrJXWmyyQrXqxU2RBKC
+Dol63YndlKgE9WZNn93PRffh1Apn0m+EAVQfpSHwzLYYFFOM/gE=
+=J0Ub
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+a4a6dbc5b0e87f87223d71a24fd01690
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-source-release.zip.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+36fa11793aa6e4b6b84b079cafec566f395d1a40
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVBEgACgkQnd0BNZZE
+eNN5aA//Qe7Ho/hFFD7lpLQFCiFtNNoCj8OWDREffJeMvwJSZZTOImL9PiIidfRC
+9r3x8oMwNffSlTl4K8KF8xfTIYOS8MHpVemFNKhoPtB5ShW5Bo59DvIlwSwbvj7o
+da9C0jCQ2q2TR8JCvIOtneBS7kSmEKhSgAcd9Ymi8JrlmDB8rzxFZCkPmw8UcoI/
+KCIh6FOy1fQgHsWEbRgpaf6giW5Fj9GKdgt9NU7V/ywwRvwb2yG+rnYsEt6uF21B
+40R3OA9vyNC6u0xJO8rxRTI4iF5LWSZt6ybP7Vsox14pEJADjpFXgQpTn3LV6v7g
+jpPdaold2ldK00E6/ahpcJCcCaCWzESzr623yA2KdrMUAoCar8R66Y3dS/yD3Jih
+3AhB6P24UieMhOGjkv7dfM0+F6LyAibKhIm8NkYA9aiHg/GGwucY3FCp6ENs5JlV
+5XO2QzqyAfEabNzweGlXL1bzLFZQGCFNGUr23ktlXGf7lfUkd9DlCjeNHl5YwN6P
+jwrL0CtDWk/hSU0GyTsLj4+xD4houROcMnosIDzp74zWXdUV1Nb4zE9yqS4Is/Rg
+IADTUyVEhFs/JcXdiH0fgyUQin2MF5mB5sTb8Dxx3sh9dKPPOagEh2RiN/AzG6HK
+3HI05AjYqY1umYd+ChDUcEDnslFaQM/wOVR4Bj2Qmg9fnMdJrm8=
+=Vylo
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+5ea79084a93bcea8106a335e86fbf411
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14-sources.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+bc2045ba6bd209e4f313f26659d364305935a532
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.servlets.resolver-2.7.14.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVBEcACgkQnd0BNZZE
+eNPZrxAAgDfqovGP1O/Lq4dHL61ot5Zppi6sS2wo0L6TuBlWVPQuEvUgG6jZL0w6
+uKN7yqSGi/OahYW8DqovB2eTwRtZ5cObG9yKy2tntDFk/d/fZYpShrP0dizJrgTN
+CPHYkn7ZJhLz8Bj+S7N+373cp6cRxof280EzP7mOU92URa4BRnIQr0FItLlaESRh
+FMVZ4PeMtFUIjUp/2n6a+m8L35/enhxCLXoCl045otW5zN1GftbglVDqnFr2hLVg
+ecjz95uuLi+Hz0rzIc/NW3HESUXSqIZtuTb8U1KRPWItqC9+MgIdbKrDEs0H4Hh6
+O8i8tXUJ267aeMKsujpyQhkOM7+SqaD+Ne3vIkdR6dO85nriMnCJ/mrJEyYtsAId
+4uP9QWz2NMqCgth2SaayLp4ckjF6a/y01CtXJjoOPILDJdbRPOa8dFPP31CEafdg
+NYbtp+JljC7gVAxMuCpIiorTDlJUQQ5efhLi0p2dMi2bHZ6bqkT2pd7wvbylOlPu
+3zwducsuYMv91AjkhYKaBstMRE9lHJLAknbBy1WsdxPX6eoK45JiaTbDHv7XB8fz
+Br7ccAvRyrLKp4p7+qnr8ecchdkOyIucaz0VqvjIla/dnQKIUh6aCS9Ego00F3xi
+tbvOJBhTgCu+wDhmsngspur/SHngSlf+clAkvYGECCSArGGiQgU=
+=2Gub
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+ecfdc2e23a07827772d7b08b2ce76a60
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+cfcbfbb4113f88d4a534278fa6e7ea2ff58f26ce
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.pom
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14.pom (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14.pom Tue May 11 12:31:32 2021
@@ -0,0 +1,418 @@
+<?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/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling-bundle-parent</artifactId>
+        <version>39</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.servlets.resolver</artifactId>
+    <version>2.7.14</version>
+
+    <name>Apache Sling Servlets Resolver</name>
+    <description>
+        Bundle implementing the Sling API ServletResolver.
+    </description>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-resolver.git</url>
+      <tag>org.apache.sling.servlets.resolver-2.7.14</tag>
+  </scm>
+
+    <properties>
+        <site.jira.version.id>12314292</site.jira.version.id>
+        <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
+        <jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version>
+        <!-- To debug the pax process, override this with -D -->
+        <pax.vm.options>-Xmx512M</pax.vm.options>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>org.apache.sling.bnd.plugin.headers.parameters.remove</artifactId>
+                        <version>1.0.0</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <excludePackageNames>
+                        org.apache.sling.servlets.resolver.internal
+                    </excludePackageNames>
+                    <doclint>none</doclint>
+                </configuration>
+            </plugin>
+           <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <version>3.2.1</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <createSourcesJar>true</createSourcesJar>
+                            <shadeSourcesContent>true</shadeSourcesContent>
+                            <relocations>
+                                <relocation>
+                                    <pattern>org.apache.sling.engine.impl.request</pattern>
+                                    <shadedPattern>org.apache.sling.servlets.resolver.internal.engine</shadedPattern>
+                                </relocation>
+                            </relocations>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>depends-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
+                <version>3.1.11</version>
+                <configuration>
+                    <effort>Max</effort>
+                    <xmlOutput>true</xmlOutput>
+                    <excludeFilterFile>src/test/resources/findbugs-exclude.xml</excludeFilterFile>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>find-bugs</id>
+                        <phase>process-classes</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <argLine>@{argLine}</argLine>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <version>${jacoco.maven.plugin.version}</version>
+                <executions>
+                    <execution>
+                        <id>prepare-agent</id>
+                        <goals>
+                            <goal>prepare-agent</goal>
+                        </goals>
+                        <configuration>
+                            <destFile>${project.build.directory}/jacoco-unit.exec</destFile>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>integration-test</id>
+                        <phase>integration-test</phase>
+                        <goals>
+                            <goal>integration-test</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>verify</id>
+                        <phase>integration-test</phase>
+                        <goals>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                    <systemProperties>
+                        <property>
+                            <name>bundle.filename</name>
+                            <value>${basedir}/target/${project.build.finalName}.jar</value>
+                        </property>
+                        <property>
+                            <name>pax.vm.options</name>
+                            <value>${pax.vm.options}</value>
+                        </property>
+                    </systemProperties>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.spi</artifactId>
+            <version>1.0.2</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <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.osgi</groupId>
+            <artifactId>org.osgi.service.metatype.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-json_1.1_spec</artifactId>
+            <version>1.3</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.23.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <!-- for ServiceUserMapped (SLING-4312) -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.serviceusermapper</artifactId>
+            <version>1.2.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.event</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.component</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.adapter</artifactId>
+            <version>2.0.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.engine</artifactId>
+            <version>2.2.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.osgi</artifactId>
+            <version>2.2.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.bundle</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <!-- Testing -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.paxexam</artifactId>
+            <version>3.1.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.testing</artifactId>
+            <version>2.1.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.resource</artifactId>
+            <version>2.9.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
+            <version>2.4.16</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
+            <version>2.5.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
+            <version>2.5.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>3.9.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-spi</artifactId>
+            <version>${org.ops4j.pax.exam.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam</artifactId>
+            <version>${org.ops4j.pax.exam.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-cm</artifactId>
+            <version>${org.ops4j.pax.exam.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-container-forked</artifactId>
+            <version>${org.ops4j.pax.exam.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-junit4</artifactId>
+            <version>${org.ops4j.pax.exam.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-link-mvn</artifactId>
+            <version>${org.ops4j.pax.exam.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.framework</artifactId>
+            <version>6.0.3</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlet-helpers</artifactId>
+            <version>1.3.0</version>
+            <scope>test</scope>
+        </dependency>
+        <!-- compatible with API 2.22.0 -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.resourceresolver</artifactId>
+            <version>1.6.16</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.core</artifactId>
+            <version>2.2.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.johnzon</artifactId>
+            <version>1.2.6</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+            <version>1.0</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.asc
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.asc (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVBEcACgkQnd0BNZZE
+eNP3uBAAoi35M5pdKOXyfkg2N9JxC02rBTS2VnK46AMcMx0TCUPQ5MaEE/yrHzEH
+4T7x/XrXDe/gvAIFsmAmsICSdzA0UEw9iZ6bFkIJANMwvKbHiecrlGUfDpx3i1ef
+xq/rbr1/rcoWlZFbdGHBzl2IvUgmNnODIDibNVzW8aG4XhsI6ThGCYm6iTMsMVgj
+4O05mu47iLMtzeo75hbVoC7fzopN9py1bSgCvHJodwMcLpva8SNxtIxQbYR/8RP2
+W6vlsA8azIpcBt6azOkurQ7PuBvSppqg1z73cqK4Z5AcTHivHEUoJIV2XaLoUe/Y
+3H6Y8wo/atqC0lOb48VIfABWLUNp+gtqeLVH97n8ZYj/Kvj7A4mEKVvkpiI54Da1
+hYWkk0XHy6YBnFKtwui9RUSCWlYPggAqLomTbm2/hZ/eXZXUY8xdEkv1PnUHo0tV
+oFAmPjORuCWCXcqI0YZs9gdLKDv/yzRSwVnmyMV/BLaGSjgEsdUqZeb4/jEwLDN5
+NbVfYHTeBmn8xR9bKbdV/0lTi7AiXxsTwGm7iX7/i0QE8wXlaYnMD+9nYEa9pfb5
+9C2fMcG1YViTQ03VgFMThq5TpJsL7vMetsPJVeyv0EUKAof9yri9PxnxQWp44K5/
+MXY+bj4JwvwXxEB5WzxN5tXJnxkhI1XRoyNp367Mpz5ucb7wePg=
+=ijCj
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.md5
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.md5 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+0e5d33868290a9eb94f9e862042d954e
\ No newline at end of file

Added: release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.sha1 (added)
+++ release/sling/org.apache.sling.servlets.resolver-2.7.14.pom.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+99150cf9e09650ad9e5a4943a82dca66540a530e
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.asc
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.asc (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVC+8ACgkQnd0BNZZE
+eNOIUA//b7+EC2TfcGaROE5+2IuagOW/HvDyVApNKNpEJGDB43ZMPl+u9/i8Cghd
+sW6tQYvn9YQPRvp6wZZPOPXF3Dci6xZ11yNaPUitBlrsEm8h+PvELp5HEqCnUcZM
+KHuXuOoVYc9Y6dO4Nm56Q/0BPseRQr2qzyMGb/ypW2Fhkfr+e9F/A7Kk2Nm13zaf
+YfAqhY03rYPQLpEN3xeZffnrm9RFYvts8yco0HO3x4NLkdemXsup5vSuac4S7zR+
+g+gkmuUiSj2KhlmrZKJ8JkFkpTAXfiimcYEhSFTRNNNdl+e7vwQ9NqYh4zG/6FI7
+VsV3QxZ5vq5J2gxJFB26wcVKf2c4A8CXj6gu3y1qxYdXJGqwu3ILMbPYbwSvv8Ll
+hvs5YWWWaDUB7df8WusYSjS402W9EZaA1GEHKpeBpmOILGsbGQDKxb73sJ8G0z3u
+MjhQUsHsnilhkde3iJ1FDpvi34T+oO92xzaDWyLlOWmTOCNHqoKev5IG1YgL0Dgu
+OCe6cbzUjiTKaJqipnjeYm1Af0y17LTACMjncxgKg7E/3ZjQrdTmDMIArGSNntLr
+ECmlhZpAKmVKB/foT7yoB7ge71T9fpM7XMZgkwCMWlQMrdBuOYvX0NGAnfmqiv3x
+VROkOfGiRaiXqF85UgPdvL4LwFP5mNq9zRkB+oNK0OwgIkVhYR0=
+=zqHD
+-----END PGP SIGNATURE-----

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.md5
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.md5 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+c3e66b4735ea790b7acfd8956b597aaa
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.sha1
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.sha1 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-javadoc.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+1bfbc9bc4f5e0b2a84aa1e53d3b309cae28e1cdb
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.asc
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.asc (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVC+8ACgkQnd0BNZZE
+eNOrQA/8CEHErigtNIBogs74c2zQw3kbO+phvWgZIbW7mMBJx4YE4ftL+KgRUzam
+H+U5rvDOlDdQ3CsRBM22bFzXNwak/F7nYd5p8kmeo70/LyWvDvpjIR8XqbJbTt80
+8Xs96z3WtLoOK9gNHCgZAw2Y9uB3cLFPl4zBzx6z92N0KH42OQCmG9nQ3tdsu8xx
+OXYazV68pY2WFp7bN1ZjsH6MV9C8+DMGgTQXhibSxB6+PQz6iZX9ldxcceCgUA/O
+4Qnn3dX6r9Cywg2u2HPNCbaxPAcu8GchMCsneRCqu9JMST/14fqAtrbOPtpnALmp
+kxSdlgFJEEtR9Zj69tQSg5CmLMGqa1enIDb6wiU/cmIkXlV+eFGRHbDBztw6LJmN
+v/tEEAxcbS9dS5y7jdVcxkOizUYKgcnELHTmizQVWZyGCN5z496gsjtrevE7WQd2
+fHb1DuR7vcZKDnSwONhFZpna7xmpBVCIMdc94fACZ3LIeABuW6Eo1ChhqZ/tTg+Y
+O9RyPl2SoPmO+b5Jp7kiQMrTvp4FJJ6HMoMnmZOyznPU/diJ3xTe2oUDW6LXuzfQ
+oQWMAtM8F1eeUKm5dTB76dWdU6JB2T8qjTWoA0ykcKbkg+Vwdbf8nBo2qdWWW2VC
+eL7LYmPvReEK75lcimwYu2WK1Aajn98kWYTO76dcY1fhtBXR0SY=
+=NDDF
+-----END PGP SIGNATURE-----

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.md5
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.md5 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+b871e5ebd4e89ef5ce6249d81b8bac02
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.sha1
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.sha1 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-source-release.zip.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+2a91224857097271c5e8a5c2eeef59cad0bfe300
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.asc
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.asc (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVC+8ACgkQnd0BNZZE
+eNPaPQ//VXCH5SU5HiW86NEPSVJvUaYlhXp+iPEt+cb+sr2fCuRSfLZJl/iaW/ye
+Kb5CPWtepCGDEEWrjPm3Ih9H19ZKsZHSblv00kYIutljd11j8waqBViNJ25iF/Sn
+nQi6ry4o9Dggkw0yVLEypBjAfPhnnUnAoWf47V9hHIbPzTyiLKkx1QgPNtFmwAjO
+ztkG25RKQmPJrmAKgUfP3fmh46p85i8CQlsXFPRRukEGUPbbU2w4O+hI0bmvZWb9
+wwJs/2TfSqHao8oVoJe8vl3OqDX9lM6J23F+ZYF2TEwJtNROod6dFBafhFjq9a4P
+d55ZiUQk6TZKvIkBAYOFMMps6KdE22Sg53eyDM98adIScW4ftPiLy2zhhOWy76mi
+L3Pcd/sAJKkw4bU1r67VHWVaFtkjx2IAQOqJx/wqGPmuX/joe2fL0Lpif4lDRzj7
+cXBvtmontv7sh22Xlb+WPvKn9XP+jJY8AIHtqCFxs3pAcfr37CeUr6/slPqJ4C0k
+I1ujbTnkJ+Od43pbB7gUu2GjBP5S6FlNCHg8FPz2S3EOfesHj6lZBISdhNIpTPCo
+SLCo3qsz8B3CpohZcI7hWp7gTvpRocBDUrI4pErBMA4H3PNG9TYBUwQaj6jH9UIM
+zWn2fExC18Bh/hqg9d0PRXPpQ3pVvZZJpzDrMYuYc1HrCIZyM90=
+=Le/V
+-----END PGP SIGNATURE-----

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.md5
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.md5 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+8118e616a1a406ae61e06f58d1bdb4c3
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.sha1
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.sha1 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0-sources.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+eca011d835ce59b3b8cf05a4a3acae62c226f9dc
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/scriptingbundle-maven-plugin-0.3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/scriptingbundle-maven-plugin-0.3.0.jar.asc
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0.jar.asc (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0.jar.asc Tue May 11 12:31:32 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAmCVC+8ACgkQnd0BNZZE
+eNOEQQ//UdEVYh68gbD9nhgKgIC7EsEmc+dp75sSrlUuuJRRGYWkSJdMYryfCIhc
+uDtOecP5aPsaeaQg0gUmGCAnKmQX29o1ik+oG6PzXKgSM04+26FdVyjy5ueDOZas
+yTlxNScjGNAwUDbEPaY7NZt4+BcK6Ht9QWoxWhGYYUJMhkNU95BqICvmfMpWWA/i
+lKEfpK1qnaB7iwY/JDCxFiKfoHLdx0MwHzOSDzIL8uo7nigWju6Y640X0qlM/3LI
+GFKYTbAXDV2Pu0H69C7dkjwXoD1O59rKm6IfyKSsJkesmj2ZKCK6uT8Fel4cBATZ
+Dg31yMB3oPmLTAJI4q0lcRq2qGj+uP8f0+5S4Czxw2SLsomeQV4cnsW0MzMpYJxt
+WjE7z7ZoxjweviDFM2oDJHrfI01NG6wHfFOSgvzcY3YD1huyLS00G2K8iLD+8Hep
+G7pdwvT+F1firuf2hByLb5QehNkXNipw0aQudaBhE7CxoxPLnaZtwAwIozUNX8IY
+8MJUpKvTq7ESIXhazl/h+CJsuLywo3lAO+f2QhEii9tv3MRngtP8ioeUVREG+jjk
+O2PNso91JQGbwxIgvaKQ30ve3QhILIYnPRrw0qcS4CaIkYpeh1FhbKm2c7urulgL
+PtPJ6EM/VKQygEuKodAnS8+sMXIE8pPyF18K9zSgHFTLcgMl9KM=
+=GsdD
+-----END PGP SIGNATURE-----

Added: release/sling/scriptingbundle-maven-plugin-0.3.0.jar.md5
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0.jar.md5 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0.jar.md5 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+64da433f714b6f79c3d0ce1998119232
\ No newline at end of file

Added: release/sling/scriptingbundle-maven-plugin-0.3.0.jar.sha1
==============================================================================
--- release/sling/scriptingbundle-maven-plugin-0.3.0.jar.sha1 (added)
+++ release/sling/scriptingbundle-maven-plugin-0.3.0.jar.sha1 Tue May 11 12:31:32 2021
@@ -0,0 +1 @@
+b73d27fdf42468a6d9d63181d98d0226331ff449
\ No newline at end of file