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

[sling-org-apache-sling-servlets-post] 01/01: SLING-10351 update SLING API to 2.23.4

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

joerghoh pushed a commit to branch feature/SLING-10351-update-sling-api
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-post.git

commit d0bb82798dbf64021e9a3fe4630c022970eed92e
Author: Joerg Hoh <jh...@adobe.com>
AuthorDate: Wed May 5 14:40:53 2021 +0200

    SLING-10351 update SLING API to 2.23.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 051a713..e9118a7 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.23.3-SNAPSHOT</version>
+            <version>2.23.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>