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 <[email protected]> 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:="(&(version>=1.0)(!(version>=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 [email protected].
