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-spi.git
The following commit(s) were added to refs/heads/master by this push:
new fb2cf21 Use released API 3
fb2cf21 is described below
commit fb2cf217c0dada095c3c36f27b39e403a35d6202
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 25 08:51:16 2025 +0200
Use released API 3
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ff88283..a40dfd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>