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/01 12:26:49 UTC

[sling-org-apache-sling-feature-extension-content] branch master updated: Update launcher dependency 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-extension-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 42193e3  Update launcher dependency to 0.1.1-SNAPSHOT
42193e3 is described below

commit 42193e37ae521a18acdf9caaf4098c2a3243a6c1
Author: David Bosschaert <bo...@adobe.com>
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>