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/05/24 09:59:10 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Move dependency on lower level feature modules to 0.1.1-SNAPSHOT

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d69bea  Move dependency on lower level feature modules to 0.1.1-SNAPSHOT
2d69bea is described below

commit 2d69bea236c519f4b0a4ab982d6ad18f2b323b14
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu May 24 10:58:43 2018 +0100

    Move dependency on lower level feature modules to 0.1.1-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2398c33..c4f3159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,13 +117,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.