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/01/21 10:53:18 UTC

[sling-slingfeature-maven-plugin] branch master updated: Update Feature Model dependencies to latest

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 6306b25  Update Feature Model dependencies to latest
6306b25 is described below

commit 6306b25024a785c8d7fb11f84e587d443c897ff9
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jan 21 10:53:04 2020 +0000

    Update Feature Model dependencies to latest
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index a09cd7e..d18e26d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,22 +160,22 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.2.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.2.3-SNAPSHOT</version>
+            <version>1.2.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2</version>
         </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>
@@ -199,7 +199,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.diff</artifactId>
-            <version>0.0.2</version>
+            <version>0.0.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>