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-servlets-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 06c3014 Use API 2.25.0
06c3014 is described below
commit 06c301426cae2996075b2e28c1c1eb09c34a0a68
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Mar 29 07:43:25 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 67fe38b..a80cfdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,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>
<!-- for ServiceUserMapped (SLING-4312) -->