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/02/23 10:16:21 UTC

[sling-org-apache-sling-servlets-resolver] 01/03: 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 b69759cbd7423224d4a18a47749d58c9b51bb26e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Feb 23 11:03:46 2020 +0100

    SLING-8962 Use Sling API 2.22.0
    
    Use release and increase minor version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1d33cb9..6efa02f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.servlets.resolver</artifactId>
-    <version>2.5.9-SNAPSHOT</version>
+    <version>2.6.0-SNAPSHOT</version>
 
     <name>Apache Sling Servlets Resolver</name>
     <description>
@@ -150,7 +150,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.22.1-SNAPSHOT</version>
+            <version>2.22.0</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->