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-extension-content.git
commit 42193e37ae521a18acdf9caaf4098c2a3243a6c1 Author: David Bosschaert <[email protected]> AuthorDate: Thu Nov 1 12:26:28 2018 +0000 Update launcher dependency to 0.1.1-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 66a8170..db7da0a 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.feature.launcher</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency>
