You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/06/07 21:06:49 UTC

[sling-org-apache-sling-servlets-annotations] branch master updated: releng: downgrade Sling API dependency to lowest supported release version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11f941c  releng: downgrade Sling API dependency to lowest supported release version
11f941c is described below

commit 11f941c59f3e46751df3f536f02dcb7d813b137b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jun 7 23:05:39 2021 +0200

    releng: downgrade Sling API dependency to lowest supported release
    version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3028a62..c3ff264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,8 +126,8 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <!-- https://issues.apache.org/jira/browse/SLING-6249, only for link in javadoc -->
-            <version>2.20.1-SNAPSHOT</version>
+            <!-- https://issues.apache.org/jira/browse/SLING-8170 -->
+            <version>2.20.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>