This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 3231cbd SLING-8737 - Add support for lazily-evaluated bindings
3231cbd is described below
commit 3231cbd23a1f85c33197ce46fa591de53282d3c6
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Nov 22 17:28:42 2019 +0100
SLING-8737 - Add support for lazily-evaluated bindings
* updated o.a.s.api dependency due to o.a.s.api.scripting import
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a6dda7..4a155a4 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.21.0-SNAPSHOT</version>
+ <version>2.21.0</version>
<scope>provided</scope>
</dependency>
<!-- for ServiceUserMapped (SLING-4312) -->