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:51:37 UTC

[sling-org-apache-sling-feature-io] branch master updated: Use 0.2.1-SNAPSHOT for feature 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-io.git


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

commit acebee4030c56273ee03b2069fa7096965109666
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sat Nov 3 14:51:29 2018 +0100

    Use 0.2.1-SNAPSHOT for feature dep as 0.2.0 is not released yet
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b56a8f5..3785e10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
         <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>