You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/03/15 16:11:31 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: SLING-11206 : Add support for buidling RequestProgressTracker

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

cziegeler 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 f8ed042  SLING-11206 : Add support for buidling RequestProgressTracker
f8ed042 is described below

commit f8ed0422d17cfcdd4f49e4dd07e4eb80284aebbf
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Mar 15 17:08:03 2022 +0100

    SLING-11206 : Add support for buidling RequestProgressTracker
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a51d794..85320d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.24.0</version>
+            <version>2.25.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->