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/05/25 11:30:00 UTC

[sling-org-apache-sling-scripting-sightly] branch issue/SLING-7682 created (now db99f3d)

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

radu pushed a change to branch issue/SLING-7682
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git.


      at db99f3d  SLING-7682 - Add support for data-sly-list and data-sly-repeat iteration control

This branch includes the following new commits:

     new db99f3d  SLING-7682 - Add support for data-sly-list and data-sly-repeat iteration control

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit db99f3dad76c42e992e261c9e872262769a177a7
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.