This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 8e32fed trivial: updated to latest release for Sling API
8e32fed is described below
commit 8e32fedcede7b4a3e7caefb7cd002abd3d35a6bb
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Aug 3 17:10:53 2022 +0200
trivial: updated to latest release for Sling API
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d4f4f96..dac2c3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,7 +318,7 @@ Require-Capability:
osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.25.0-SNAPSHOT</version>
+ <version>2.25.4</version>
<scope>provided</scope>
</dependency>
<dependency>