You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/08/29 19:19:51 UTC

[sling-org-apache-sling-jcr-jackrabbit-usermanager] branch master updated: SLING-11531 switch o.a.sling.api dependency back to the released version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7af517  SLING-11531 switch o.a.sling.api dependency back to the released version
c7af517 is described below

commit c7af5175a56e8934fdcc0dfcf5914faff36df3e3
Author: Eric Norman <en...@apache.org>
AuthorDate: Mon Aug 29 12:19:40 2022 -0700

    SLING-11531 switch o.a.sling.api dependency back to the released version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 725d0f5..459febb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.27.1-SNAPSHOT</version>
+            <version>2.27.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>