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:10:11 UTC

[sling-org-apache-sling-feature-io] 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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 316e9b6  Update Feature Model dependencies to latest
316e9b6 is described below

commit 316e9b640c440c5fec17cfa6caa8e6b0a93d4536
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jan 21 10:09:55 2020 +0000

    Update Feature Model dependencies to latest
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa0db1c..f582fb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <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>