You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/01/06 19:51:31 UTC

[sling-org-apache-sling-servlets-resolver] 02/02: SLING-8962 Use Sling API 2.22.0

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

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

commit d9c81502cf86e18f8b76e0bdfedf76b279a85b63
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jan 6 20:43:54 2020 +0100

    SLING-8962 Use Sling API 2.22.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa6d953..1607856 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.21.0</version>
+            <version>2.22.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->