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-testing-content.git
commit 56331be77c728a07356f3caa0c3663556b306467 Author: Radu Cotescu <[email protected]> AuthorDate: Fri May 25 13:27:44 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index abbef81..d0af5d7 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.9-1.3.1-SNAPSHOT</version> + <version>1.0.9-1.4.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache Sling Scripting HTL Integration Tests Content</name> @@ -105,7 +105,7 @@ <artifactItem> <groupId>io.sightly</groupId> <artifactId>io.sightly.tck</artifactId> - <version>1.3.5</version> + <version>1.4.0-SNAPSHOT</version> <type>jar</type> <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory> <includes>**/*.html,**/*.js,**/*.java</includes> @@ -233,13 +233,13 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId> - <version>1.0.23-1.3.1-SNAPSHOT</version> + <version>1.0.23-1.4.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.sightly</artifactId> - <version>1.0.49-1.3.1-SNAPSHOT</version> + <version>1.0.53-1.4.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact [email protected].
