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/27 15:07:35 UTC

[sling-slingfeature-maven-plugin] branch master updated: Update to latest feature model dependencies

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-slingfeature-maven-plugin.git


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

commit 38a93769e19c8f3fb0842b6fa730a7ac4cf90796
Author: David Bosschaert <da...@apache.org>
AuthorDate: Fri Nov 27 15:07:06 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index f067520..502cf46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,17 +171,17 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.14</version>
+            <version>1.2.16</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.13-SNAPSHOT</version>
+            <version>1.3.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.1.13-SNAPSHOT</version>
+            <version>1.1.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
@@ -294,7 +294,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.11.4</version>
+            <version>1.11.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.scm</groupId>