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-resourceresolver.git
The following commit(s) were added to refs/heads/master by this push:
new b92452a SLING-8116 - ValueMap - implement default methods using OSGI
Converter
b92452a is described below
commit b92452a46f883a66061bba3f15c3736b22723b72
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Nov 22 17:32:50 2019 +0100
SLING-8116 - ValueMap - implement default methods using OSGI Converter
* updated o.a.s.api due to the org.apache.sling.api.resource import
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa238d2..fc8db67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,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>