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 2019/07/31 08:38:05 UTC

[sling-org-apache-sling-feature-modelconverter] branch master updated: Updated to latest Feature Model, Configurator and Converter

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c4097b  Updated to latest Feature Model, Configurator and Converter
6c4097b is described below

commit 6c4097be47647b4299e2cdae30af6ff95d29dcf2
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed Jul 31 09:37:57 2019 +0100

    Updated to latest Feature Model, Configurator and Converter
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index af1fc91..c3fc61d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,13 +148,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -186,13 +186,13 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.8</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.configurator</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.10</version>
             <scope>test</scope>
         </dependency>
         <dependency>