You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/01/13 22:09:11 UTC

[sling-org-apache-sling-servlets-post] branch master updated: Use under-vote version of the Sling API bundle

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

rombert 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 2b07cc5  Use under-vote version of the Sling API bundle
2b07cc5 is described below

commit 2b07cc53fef023f409507cf7e9aa2c861df4a182
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 13 23:08:28 2021 +0100

    Use under-vote version of the Sling API bundle
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5085bd..725cf73 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.1-SNAPSHOT</version>
+            <version>2.23.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>