This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch issue/SLING-10031
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-post.git
The following commit(s) were added to refs/heads/issue/SLING-10031 by this push:
new 8b1e2a2 SLING-10031 Move MediaRangeList from Servlets POST to Sling
API
8b1e2a2 is described below
commit 8b1e2a2bb9101d88b192782f212392dd1034c873
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Jan 14 11:48:26 2021 +0100
SLING-10031 Move MediaRangeList from Servlets POST to Sling API
Use a current SNAPSHOT for the sling api bundle.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 07c5936..3d638ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.23.2</version>
+ <version>2.23.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>