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 2020/11/27 14:42:09 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: SLING-9947 Update Feature Model Launcher to latest feature model

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-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new d99c0d1  SLING-9947 Update Feature Model Launcher to latest feature model
d99c0d1 is described below

commit d99c0d13325199c08912453dc1b640705c50ae36
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 27 14:41:39 2020 +0000

    SLING-9947 Update Feature Model Launcher to latest feature model
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d770692..08fb1ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.14</version>
+            <version>1.2.16</version>
             <scope>provided</scope>
         </dependency>
         <dependency>