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

[sling-org-apache-sling-engine] branch master updated: switch back to org.apache.sling.api 2.26.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2a5e80a  switch back to org.apache.sling.api 2.26.0
2a5e80a is described below

commit 2a5e80ace67db01e4bddbe4d9d02b7de7b1c90df
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Fri Sep 9 16:07:40 2022 +0200

    switch back to org.apache.sling.api 2.26.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2a974ce..8c75cab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,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>
         <dependency>