You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/05/21 10:08:09 UTC

[sling-org-apache-sling-servlets-get] branch master updated: Revert to use sling api 2.16.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1bce7c4  Revert to use sling api 2.16.4
1bce7c4 is described below

commit 1bce7c4dbbbdfaf90c17752744d13ccb35401a56
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri May 21 12:08:01 2021 +0200

    Revert to use sling api 2.16.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0da355..5ff329c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.23.0</version>
+            <version>2.16.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>