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:03 UTC

[sling-org-apache-sling-feature-extension-content] 01/03: Update to latest feature model components

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 03a297e45b4a3944aa37cd7d0149184ba06e160a
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:55:31 2020 +0000

    Update to latest feature model components
---
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7f87c0..f4b101c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,19 +127,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.2</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.2.2</version>
+            <version>1.2.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.launcher</artifactId>
-            <version>1.1.2</version>
+            <version>1.1.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>