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 2018/06/18 13:41:24 UTC

[sling-org-apache-sling-scripting-sightly] 01/02: SLING-7682 - Add support for data-sly-list and data-sly-repeat iteration control

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git

commit 7b316a451785bded205c4e1bd9e88a4f4cca1076
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri May 25 13:27:45 2018 +0200

    SLING-7682 - Add support for data-sly-list and data-sly-repeat iteration control
    
    * implemented code changes
    * updated HTL TCK module to current snapshot
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b94772..ea9c6ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
         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.53-1.3.1-SNAPSHOT</version>
+    <version>1.0.53-1.4.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting HTL Engine</name>
@@ -85,7 +85,8 @@
                             io.sightly; version:Version=1.1,
                             io.sightly; version:Version=1.2,
                             io.sightly; version:Version=1.3,
-                            io.sightly; version:Version=1.3.1
+                            io.sightly; version:Version=1.3.1,
+                            io.sightly; version:Version=1.4.0
                         </Provide-Capability>
                         <Require-Capability>
                             io.sightly.compiler; filter:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))",
@@ -171,13 +172,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.20-1.3.1</version>
+            <version>1.0.21-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.22-1.3.1</version>
+            <version>1.0.23-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.