You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/09/22 07:48:35 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Update to latest feature model

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5115d64  Update to latest feature model
5115d64 is described below

commit 5115d64cd87fd0fb34bcb3aede48b18fa1abc7b6
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Sep 22 09:48:20 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index cb052cf..929f0ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,13 +56,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.4</version>
+            <version>1.2.9-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.2</version>
+            <version>1.3.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.launcher</artifactId>
-            <version>1.1.4</version>
+            <version>1.1.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -109,15 +109,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.3.0</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.11.2</version>
+            <version>1.11.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>