You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/26 10:39:15 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-9260 : Include latest feature model in maven plugin

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6829b91  SLING-9260 : Include latest feature model in maven plugin
6829b91 is described below

commit 6829b914d403928c4a1e9873f4b8367ee33cc3b8
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Mar 26 11:38:53 2020 +0100

    SLING-9260 : Include latest feature model in maven plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 87599e5..596b563 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.6</version>
+            <version>1.1.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>