You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/06/29 05:14:41 UTC

[sling-org-apache-sling-scripting-core] branch master updated: SLING-11424 Update to Sling Bundle Parent 48 (#19)

This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 8396621  SLING-11424 Update to Sling Bundle Parent 48 (#19)
8396621 is described below

commit 83966213286f5bb84914b436d886f094ca6ad1f4
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Jun 28 22:14:37 2022 -0700

    SLING-11424 Update to Sling Bundle Parent 48 (#19)
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8437814..3924846 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>46</version>
+        <version>48</version>
         <relativePath />
     </parent>
 
@@ -139,7 +139,6 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.bundle</artifactId>
-            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>