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 13:14:20 UTC

[sling-org-apache-sling-servlets-post] branch master updated: SLING-10351 update Sling API to 2.23.4 (#13)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 50e76e5  SLING-10351 update Sling API to 2.23.4 (#13)
50e76e5 is described below

commit 50e76e56de98bd84950d14fdc63ce4b89d831240
Author: Jörg Hoh <jo...@users.noreply.github.com>
AuthorDate: Wed May 5 15:14:12 2021 +0200

    SLING-10351 update Sling API to 2.23.4 (#13)
---
 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>