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

[sling-org-apache-sling-servlets-post] branch feature/SLING-10351-update-sling-api created (now d0bb827)

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

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


      at d0bb827  SLING-10351 update SLING API to 2.23.4

This branch includes the following new commits:

     new d0bb827  SLING-10351 update SLING API to 2.23.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by jo...@apache.org.
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>