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/08 17:50:58 UTC

[sling-org-apache-sling-servlets-resolver] branch issue/SLING-8737 created (now 1cd794e)

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

radu pushed a change to branch issue/SLING-8737
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git.


      at 1cd794e  SLING-8737 - Add support for lazily-evaluated bindings

This branch includes the following new commits:

     new 1cd794e  SLING-8737 - Add support for lazily-evaluated bindings

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.



[sling-org-apache-sling-servlets-resolver] 01/01: SLING-8737 - Add support for lazily-evaluated bindings

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-8737
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git

commit 1cd794e8891eed49ebda84f5ae7198b3c3125106
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Nov 8 18:50:03 2019 +0100

    SLING-8737 - Add support for lazily-evaluated bindings
    
    * updated o.a.s.api since this module imports o.a.s.api.scripting
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33388f0..0a6dda7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.20.0</version>
+            <version>2.21.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->