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 2019/11/27 17:18:19 UTC

[sling-org-apache-sling-scripting-sightly-js-provider] 02/02: SLING-8865 - Enhance the HTL runtime and script engine to take advantage of the support for lazy bindings

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

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

commit 2263c80478633902f468fb86eb4010e6c873a53c
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Nov 27 18:17:34 2019 +0100

    SLING-8865 - Enhance the HTL runtime and script engine to take advantage of the support for lazy bindings
    
    * updated to released o.a.s.api
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3a0948..0747924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.21.0-SNAPSHOT</version>
+            <version>2.21.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>