You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/03/29 05:39:28 UTC

[sling-org-apache-sling-engine] branch master updated: Use API 2.25.0

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

cziegeler 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 a0b995f  Use API 2.25.0
a0b995f is described below

commit a0b995f64bdf1e4440d4c1e5e5f583a6be02ad47
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Mar 29 07:39:21 2022 +0200

    Use API 2.25.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb642d6..68833ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.25.0-SNAPSHOT</version>
+            <version>2.25.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>