This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git
The following commit(s) were added to refs/heads/master by this push:
new 3c4c7dd Merge pull request #8 from apache/issue/SLING-12638
3c4c7dd is described below
commit 3c4c7dd0986d313073d78b9998a401fcdd695aec
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jan 27 16:51:44 2025 +0100
Merge pull request #8 from apache/issue/SLING-12638
SLING-12638 - Upgrade to parent pom 52
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d331663..0cdfbe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>35</version>
+ <version>52</version>
<relativePath />
</parent>
@@ -73,7 +73,7 @@
<!-- OSGI -->
<dependency>
<groupId>org.osgi</groupId>
- <artifactId>osgi.core</artifactId>
+ <artifactId>org.osgi.framework</artifactId>
<scope>provided</scope>
</dependency>
<dependency>