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 10:05:22 UTC

[sling-org-apache-sling-feature-modelconverter] 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-modelconverter.git


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

commit c05bf3fbd221d2871ac56f3cd1cf7eb502207d40
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu May 24 11:04:34 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 0d305ee..47632cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,19 +129,19 @@
         <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.analyser</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.