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:49:48 UTC

[sling-org-apache-sling-scripting-sightly] 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-scripting-sightly.git


The following commit(s) were added to refs/heads/master by this push:
     new 579663f  Use API 2.25.0
579663f is described below

commit 579663fd3f0580254b248da67667e1ffc6edc679
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Mar 29 07:49:41 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 ee14874..0ab3cc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,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>