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/04/24 12:31:37 UTC

[sling-slingfeature-maven-plugin] branch master updated: Use latest feature module (merged with feature io)

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 00cdf7c  Use latest feature module (merged with feature io)
00cdf7c is described below

commit 00cdf7c555f571552290693d808047b022ff6f5b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Apr 24 14:31:24 2020 +0200

    Use latest feature module (merged with feature io)
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index b4d408e..13b621d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,12 +170,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.9-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.3.1-SNAPSHOT</version>
+            <version>1.2.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>