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:18:00 UTC

[sling-org-apache-sling-scripting-core] 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-scripting-core.git


The following commit(s) were added to refs/heads/master by this push:
     new e24c7d6  SLING-10031 - Move MediaRangeList from Servlets POST to Sling API
e24c7d6 is described below

commit e24c7d6c3c807f6b702247f6aa8b05d8cac417b1
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri May 7 11:16:59 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index c5052d5..d173dfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,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>
         <dependency>