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/02/27 13:04:32 UTC

[sling-slingfeature-maven-plugin] branch master updated: Update snapshot 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 991d98d  Update snapshot dependencies
991d98d is described below

commit 991d98df60007554ff8a3198d49a02ed6892b553
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Feb 27 13:04:15 2020 +0000

    Update snapshot dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ec37d8a..c729237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,17 +160,17 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.3-SNAPSHOT</version>
+            <version>1.1.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.3.0-SNAPSHOT</version>
+            <version>1.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.2.5-SNAPSHOT</version>
+            <version>1.2.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>