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/11/29 06:21:18 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: Switch to released versions

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 993699f  Switch to released versions
993699f is described below

commit 993699fdaa8c49cb9c3e4eb142a5ba0308eb6872
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Nov 29 07:21:12 2022 +0100

    Switch to released versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 07971f3..dc36eac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.26.1-SNAPSHOT</version>
+            <version>2.26.0</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->
@@ -387,7 +387,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>