You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/24 08:05:59 UTC

[sling-org-apache-sling-karaf-features] 03/03: SLING-11650 Update to Sling (Bundle) Parent 49

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git

commit e19284fbc2ad53ed0f6632c99586d5f2b90e5d4a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Oct 24 09:42:36 2022 +0200

    SLING-11650 Update to Sling (Bundle) Parent 49
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4e8f78..623ba77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>47</version>
+    <version>49</version>
     <relativePath/>
   </parent>
 
@@ -68,6 +68,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
+      <scope>provided</scope>
       <version>0.2.0-SNAPSHOT</version>
     </dependency>
   </dependencies>