You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2019/08/15 11:09:02 UTC

[sling-slingstart-maven-plugin] branch master updated: SLING-8634: Update Sling Start Maven Plugin to latest Feature Model Converter

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aa3d8ad  SLING-8634: Update Sling Start Maven Plugin to latest Feature Model Converter
aa3d8ad is described below

commit aa3d8adce906f3e267652312a61ae454b8839a4f
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Thu Aug 15 13:08:51 2019 +0200

    SLING-8634: Update Sling Start Maven Plugin to latest Feature Model Converter
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c369646..a121026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.modelconverter</artifactId>
-            <version>1.0.6</version>
+            <version>1.0.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>