You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/01/14 11:20:06 UTC

[sling-org-apache-sling-servlets-post] 02/02: SLING-10031 Move MediaRangeList from Servlets POST to Sling API

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-post.git

commit 8b931c58a399e9899527c7c33d41e8c4ebea369e
Author: Robert Munteanu <ro...@apache.org>
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>