You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/03/18 18:41:18 UTC

[sling-org-apache-sling-jcr-maintenance] 18/21: SLING-11211: reverted sling.api version

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-maintenance.git

commit 934e8be7c08575e21b23e709d1041196c88d8c21
Author: Ashok Pelluru <as...@gmail.com>
AuthorDate: Thu Mar 17 09:11:57 2022 +0100

    SLING-11211: reverted sling.api version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b30a0d..525dbaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.24.0</version>
+            <version>2.18.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>