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:53:26 UTC

[sling-org-apache-sling-feature-io] branch master updated: Move dependency on org.apache.sling.feature 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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new f9cc832  Move dependency on org.apache.sling.feature to 0.1.1-SNAPSHOT
f9cc832 is described below

commit f9cc832114530486bd27d6ec8a16d00b5098145e
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu May 24 10:52:51 2018 +0100

    Move dependency on org.apache.sling.feature to 0.1.1-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6af6c2b..f804fe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <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>

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