You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:12:51 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] 13/16: SLING-5053 - Add support for Enum comparison in Sightly scripts

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.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git

commit c9a7a68062dbb23518274beea14cdcd1c9b2619c
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Sep 23 12:49:05 2015 +0000

    SLING-5053 - Add support for Enum comparison in Sightly scripts
    
    * implemented support for Enum comparison like defined in version 1.2 draft of the Sightly specification
    https://github.com/Adobe-Marketing-Cloud/sightly-spec/issues/19
    https://github.com/Adobe-Marketing-Cloud/sightly-tck/issues/12
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/testing-content@1704838 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 11b2cd9..d1408df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
                                 <artifactItem>
                                     <groupId>io.sightly</groupId>
                                     <artifactId>io.sightly.tck</artifactId>
-                                    <version>1.1.2</version>
+                                    <version>1.2.0</version>
                                     <type>jar</type>
                                     <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory>
                                     <includes>**/*.html,**/*.js,**/*.java</includes>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.