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 2020/11/10 10:37:03 UTC

svn commit: r44455 [2/2] - /release/sling/

Added: release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom Tue Nov 10 10:37:02 2020
@@ -0,0 +1,422 @@
+<?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.28-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.28-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>
+                            <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.6-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.26-1.4.0</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.core</artifactId>
+            <version>2.3.4</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.28-1.4.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.asc Tue Nov 10 10:37:02 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAl+TL+4ACgkQnd0BNZZE
+eNNDQQ/8DKf1ajjpKxiEB8/gl/R+0Y7gpFCyDGShuPaA/3QDq4hrtshdOKhGreDd
+g6hqwJJggxx1qFXmNS+xBjTFfYI1RIz1BZB/8zJzpRAaf4GdQzSuyLiIR8lNeXCK
+qgjXeH/KUiPpDE03dCeygUNDU81Fe/2Ozmyl5etVaeIXIZnU2OP4QEm8uOtC1W6S
+Df/V4DJiYab0Jt3ZkLafAZ2FA4w3b8+GA+Si9J7y5hEIDUbymvjYyMZaPYSBOBiU
+MOXC7GhnMdjBeGbsj+uvqdto8GwJtEhOeP7a0Qj/AA3jgy+MAJNstjWKbIDIszWj
+Fr8v5vK3rbP3c48Gwbg42jzUaJ1Dabl/izeoZdxvtqdv/HA+UZm3calxlq7yK2If
+kY5y4nXhPkIDMO0H60C1S1M8GC212acl3cM/dh33jzp2HNPG9TOJaRrcykKK5SVz
+nWT92Ps2w3J9FG8Ses74ghZoCRcqXcWWTQTjB1+nHrjcrTK+8zWuA1rG+CEKoPpi
+N5il9oYtBo+XD4VXD85QQqH661HoDFyBiJtYmbYuDGh/AVkRw+N/Qoq9gSZ4Wpuw
+wyG3O+6mMJMZJWF1RX8DxnnP1Pb8gAdfPi5/YHp+x56v/FBJJQoCZDM7/8eUjacf
+EE9m5g6dXq/n4wqr8caLbm/RfZOluDGcJ+Ni3XtTxc+GzxwLfCY=
+=o7vl
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.md5 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+67eda859ba3455c9aaa6fdca54d269a8
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-1.0.28-1.4.0.pom.sha1 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+4945476682790401a203a404bdc7a806f84023ca
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.asc Tue Nov 10 10:37:02 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAl+TLiAACgkQnd0BNZZE
+eNPu+w//W6lDfIAmaqXH3yZ4i1FZl5QWDQe8pFK+5vp178OUHrInzw49XY3TGpqR
+Ow3xdydSj+60P2ELPcA7e8OioFynUN/p48y9cxly+mnrNhuattWoaNtzw24tNuzx
+XDp3UfdtQnVMyK4qAf1ebxUJINDJBAT7b0pDzZJILytA9Hc0ddnT7EmYcq5GR6kO
+msMpaOfRyXDY3sfQ3pHqHG/2qrQ5Mvt3pwTNvMixDP66JpiZH9e73D0nmDtsHGeO
+mZsNDSztqJ8nWdEd2hq/paai+pVdaJBHJSRlSXWm714x4UpJx6Nyi8y0DlizB8Z0
+3HsMFMOl92+v/ulRol9OyDizv7szZlWX4Azb/8fKcusDZqaWeWpFqu1sLZw9Ik3K
+PESQbVzBOka3/BtIGawap50PywXheg+VLY1jZztMvsievJbzp08Hc6CfTTT559MP
+kS4mj3M/dtRlkRIMhhSaOMXzEQz8NWrO9De6tONAHu7rUmRfNaSsrvy9N+zDVMHq
+v1QpvilZLoTXOE+QRhEs+jF2hgHKCJDZvLSZSs3WYFeT6Z+8utcaiAT77BbJYrWv
+nKHV3Ck1AGMfSZ9KPDTPtfxlk/Rf09SvWBlnJe+SttOtLlHVrsI0YleeB3K9TUyu
+/345uGVyygjMsIWiVafWmCs7nM37YrWjP9KPZEyRgT9nqukbLIM=
+=cPZ3
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.md5 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+21b6e05aa74a4936e122939acfc4d389
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-javadoc.jar.sha1 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+d7e12c6e54a6c3da90d9913aaf753909b2a01f9b
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.asc Tue Nov 10 10:37:02 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAl+TLiAACgkQnd0BNZZE
+eNOobA//WSUez9Msx/069iC1EM9Gnw03TU3ogmUJrXPQxkGoxlfOCzY8fZ/07vDQ
+nflDSAg+hGN1js1tnHJ+J2xroQYEgmB3ejbOsaamuM3A7ZpmPbakOiClZlq/xrjo
+5sJNX2xrUQAd+Z9WHzbN+5MtPT58DxNl3Vecn7RwCYGiAOHI5svab3DdQTzXfgVl
+i2vG67GYA6X51NCF3OuuT0IgjlT7aeZ2JNbLbosi3noef8TF1zus45iuvIeKzxpN
+kzVshcsLAL1a/uOsNzHSEsLZ151WNyMI2Wm4on+ZIdpz1b8GjWyxx982MFRtBkFJ
+PKTCTv8ECQSBxK9jfFNkQxE0+wAG9LztaoUoh/mk9djnfSajb0P7dXzQHJbjdYXY
+9y99sBCIIMxA5533mJOAVHT+1xxOUYrfne0VjxN41blyxOJbLXLnACN+cx0swvR8
+hFxSuDwV6vMmXvTN9sYEXbOZa4IWOP/4EaodE/52AsG1L+0QaKRYy4wQrec3E7GM
+q2MeWBekAE1u2T5zP1NRgH08hHmQytK7+BpF7fT9sYjLcNElybWF97+1lv0Y3Cnt
+YMKMxKA0FeJhY6QNAmdNnkvvzi1EOomVNaZHO1Rcv9rxVbNtFyiMs4gPsTPOMpzh
+MVguC0kKPuWDbSX4y1QcDI7bGMwgja6iyi4YWHaCKH6sSEWShVU=
+=Dnlu
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.md5 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+e5c6d527216ff4f4e97de349ae428158
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-source-release.zip.sha1 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+1cb6f3bd0ec8d324e93bd015b42c420b350a3899
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.asc Tue Nov 10 10:37:02 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAl+TLiAACgkQnd0BNZZE
+eNPn6xAAsla/FAktd7fmrbfew9e+jAGKmo+H1b4l2ci6/au3oTA7ZQcDPGKFkjeP
+y6iEt2ukyddvntmijXYidM9A3OhT17dAvqq1rvLltObmpKLY7eV6MJnr7KjdWVnJ
+BEesreXzQOFmJzTUkQ9TGMt6sVN6I8l7Rury403AZxqn/tBlkM+o/KAUt26U72dq
+IUh+KuALbgKHSeN0I7l9hfZ7+IZRmp7G/6dwOtnM0v3voupdYTIWqz6DaoHwJiAi
+DgLgNlj3XnfpLpjKQ+wNXjM1DXFHtbpNFZrykmYiBzigVzs3zA4oAmJaqog+4Pfs
+M87H6NvqIYQ8lgRoj8MXMOfG5b9pv2uPkSBjo7ZZKmacT9p6LNLkkXYoqHejeSan
+tcKZdwY3AaNWkM4t3f9Gs4/W0OQc8QejqUcsRxRL79fETBqDvl0leU1ImrkR2N5L
+Vbi5pCjS9MfjHd5sEvMSewAS5vqOJSwnmmVGa9UXYmFkSz5Cg3zBqP3FI2VBG+jv
+zAIUJq4N4Di5Hd++kkiDtWBlk3lwTBumU19js+GIFnxALb/RlZk6kKqa1/WQ8pgW
+PxrKxC1w2Yhh7S8sXQhkTqT0HKhq46STTs6TioheoFPLQKotc3bhUVxUrCgdEbvi
+3Ec+XHUCLVVQl+h9jMKuaXsf+4S7mNNNDO/7ga6CFTZbeKlqgs8=
+=td/j
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.md5 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+61fed6a8f64ae8137343a45b704fd2cc
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0-sources.jar.sha1 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+a6ee51aae1e5613e6ef13ad81caccb1f8639e0eb
\ No newline at end of file

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

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

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.asc Tue Nov 10 10:37:02 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAl+TLiAACgkQnd0BNZZE
+eNNRGQ/9FMLBGpTwxK4tc+nEpqONO4RQPoxJiOsIlsWvgAZDCrvxLHuL+db+WjzL
+TQHydAMwTm0lscgY+JaFyak2K8mfmraUbaInh0rxFSeVwcXaNMQsccZLr99WAObV
++y7uFtT6sJA3r3Goj1UvgFPfCbMQj5cmv0N+QsohsW4B3s9yCg/wIdbXnXHfRNN9
+wRw+PrCb9qkzuZaOM5/LV1+6Ai67UwJpC6cN7sYktiCUe1Pz++/2oWP6/1mMxU43
+ZPapptQnBOjII6/SFi9+JVqpYG52p1S65O4SablOPc6P3wfNk2V8vCA1rhsQD1nv
+TdgRV6NGA05nQ9Hmow8W0PjZMLgE5sJ68l44sgUSaYSGlU2kbbazTqNI7go2rv58
+achByHf3Gs1ig/3gmvKzEnfenwuVsPVq7/vAdDdBPRougPSPepZ6nXMx0DgPaEtq
+WCWrfkm+U7vAwEJfPRpo5ULtazwZPiiM1Qs7gbjm51lmSLeXL5gjyEm5asV+Mg5J
+ICBfkD02+ko/Uezs77KDHksw+GLNWN1BEM93XrjjPAPvKSnvQFVPV8jWqD3gZnIV
+Gn9TE3ONJqczfbBx9yXoG6NXWrOU8/IWV4zTI9p8ZcMz6GYC7V1p8Hkt1gZppTLs
+TchABqomSxuJCF1Og+bUDx2nQuF0Z4dpwElJ8+p2GTT3+fMrUtA=
+=Dx17
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.md5 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+8dc27b424db776d51fc5e687f6acb2fb
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.jar.sha1 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+af208b0dfb449d0f9678f006c39d7a140d4c2ec8
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom Tue Nov 10 10:37:02 2020
@@ -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.26-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.26-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.26-1.4.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.asc (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.asc Tue Nov 10 10:37:02 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEcT4CQ0LcQDURXubcnd0BNZZEeNMFAl+TLiAACgkQnd0BNZZE
+eNPI/xAArXbKTYAr5oQnJ0oOyOSRciMdiXydkvo27AqccHI6pRFSqju9jN+4+Ltf
+9gtQ4Cu8Kkma1CND0nu+TKDSP2vQz7qdhI5srRvMkD30v69QbMe5PHUJSMaOg3Lf
+lQfTfJHRZ570/J18pBGlnxjEM/ftsmvCQkVZrDu/riAjHkByiHajw0S16pIBfri/
+qrPx+vYXVX0oE27E4J/F73/0DtYfflluZopGQXmqdbiCA4QhVVR3ilmp9T7h5z0p
+piUlrHBZqE/ebH6IqfQh/dSWnDdoGzT80lunWCrPPSCwQbqjpu9NIMqg6B4sXexR
+vH4KXzb+n3l+znwjaWBeJZdjklqQKeMM7OL5jEaOHXbnwsWkC8TTdIyVzzPYaO95
+vHOgdYoFV9mgxR3WcLEAYuDdsZX03py9d/WHSX97cdJ4b6cXXBsMvqTYxfavuzti
+IBYRkpZUWHK5C/Ng0KudZdqG0CoYAizT8ByAyhzoWnK5Ekind4GkRJiCYEwV5yeD
+MNQEAkt0afKmQ2kz34ciyyTVluzM/6NZJNkRxZ9HUvOsmazVYrd0Cmq1HsE9sLb/
+3f2qTeluEhtV2506EKjjU3dMrSSZlVC8GnRWQuJSNYu5Tw9wLm3Natu/RUqYpSwJ
+2jR1os2GQ2ZQu/oe/4u7auD4syJ/EPz+RehieuGkgbBO0t9hLj8=
+=scxA
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.md5 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.md5 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+3833be5b6cdce8e478300934def63a8c
\ No newline at end of file

Added: release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.scripting.sightly.testing-content-1.0.26-1.4.0.pom.sha1 Tue Nov 10 10:37:02 2020
@@ -0,0 +1 @@
+0e45e3ced9b483137d0583f254a45a1fcc2d9f7f
\ No newline at end of file