This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.testing-content-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git
commit b3e3563249237c6d51d983bbdc5543e7223fddd2 Author: Radu Cotescu <[email protected]> AuthorDate: Mon Feb 16 15:00:22 2015 +0000 SLING-4423 - Add support for URI Manipulation options * added support for URI manipulation options according to the language specification * modified Expression such that object is not immutable (helps when transforming the same expression over and over by filters) * defined and ExpressionContext such that filters can choose to process and expression based on this context git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content@1660132 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/main/resources/SLING-INF/sightlytck.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5e0f78..b29b2ef 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ <artifactItem> <groupId>io.sightly</groupId> <artifactId>io.sightly.tck</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> <type>jar</type> <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory> <includes>**/*.html,**/*.js,**/*.java</includes> diff --git a/src/main/resources/SLING-INF/sightlytck.json b/src/main/resources/SLING-INF/sightlytck.json index 4d3c3fe..c23dcad 100644 --- a/src/main/resources/SLING-INF/sightlytck.json +++ b/src/main/resources/SLING-INF/sightlytck.json @@ -10,6 +10,10 @@ "jcr:primaryType": "nt:unstructured", "sling:resourceType": "/sightlytck/scripts/exprlang/filters" }, + "filteroptions": { + "jcr:primaryType": "nt:unstructured", + "sling:resourceType": "/sightlytck/scripts/exprlang/filteroptions" + }, "strings": { "jcr:primaryType": "nt:unstructured", "sling:resourceType": "/sightlytck/scripts/exprlang/strings" -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
