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 2018/11/02 10:21:39 UTC

[sling-org-apache-sling-feature-analyser] 01/03: Update feature/feature-io snapshot deps to 0.2.0

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-org-apache-sling-feature-analyser.git

commit f7685641fa3bb12542340ab2bee0041634e5eff1
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 2 10:15:49 2018 +0000

    Update feature/feature-io snapshot deps to 0.2.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6fea005..fa0394c 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.1.3-SNAPSHOT</version>
+            <version>0.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.1.3-SNAPSHOT</version>
+            <version>0.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>