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/01/21 10:22:16 UTC

[sling-org-apache-sling-feature-modelconverter] branch master updated: Update Feature Model dependencies to latest

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 8148a8c  Update Feature Model dependencies to latest
8148a8c is described below

commit 8148a8c3d56283bfa81295c617762cafb9a8dd77
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jan 21 10:21:59 2020 +0000

    Update Feature Model dependencies to latest
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 31912fa..b045518 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,13 +149,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.1.0</version>
+            <version>1.2.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>