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 7739af0 Update to API 2.24.0
7739af0 is described below
commit 7739af0545484decb4ff668953fb2a7c0fa68eba
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Nov 9 10:23:14 2021 +0100
Update to API 2.24.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2526f57..99b9ed0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>45</version>
+ <version>46</version>
<relativePath />
</parent>
@@ -219,7 +219,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.23.7-SNAPSHOT</version>
+ <version>2.24.0</version>
<scope>provided</scope>
</dependency>
<dependency>