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 2021/05/07 09:09:08 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: SLING-10031 - Move MediaRangeList from Servlets POST to Sling API

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 9063c90  SLING-10031 - Move MediaRangeList from Servlets POST to Sling API
9063c90 is described below

commit 9063c9018bf8eabc21a114878f2b1a44c54bbc48
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri May 7 11:08:37 2021 +0200

    SLING-10031 - Move MediaRangeList from Servlets POST to Sling API
    
    * updated to released API bundle
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 81b6920..ebf7d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.23.3-SNAPSHOT</version>
+            <version>2.23.4</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->