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 2018/11/03 13:52:51 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Use 0.2.1-SNAPSHOT for feature and feature io dep as 0.2.0 is not released yet

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-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new 162dfff  Use 0.2.1-SNAPSHOT for feature and feature io dep as 0.2.0 is not released yet
162dfff is described below

commit 162dfff739c361c6d9c23bf9f5ca8c4b0324d5cd
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sat Nov 3 14:52:43 2018 +0100

    Use 0.2.1-SNAPSHOT for feature and feature io dep as 0.2.0 is not released yet
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89bb6f4..c242df9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,13 +124,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.2.0</version>
+            <version>0.2.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.2.0</version>
+            <version>0.2.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>