You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/11/13 13:59:04 UTC

[sling-org-apache-sling-feature-extension-content] 02/03: Update to latest parent pom

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git

commit 3e49e6299964cddae61d87ce98b777d9ae535b9f
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:58:01 2020 +0000

    Update to latest parent pom
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f4b101c..c77a23d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>34</version>
+        <version>40</version>
         <relativePath />
     </parent>
 
@@ -116,6 +116,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <version>6.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>