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/07/16 15:48:41 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: Update to latest feature model dependency

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


The following commit(s) were added to refs/heads/master by this push:
     new 491e30b  Update to latest feature model dependency
491e30b is described below

commit 491e30b72006b2859bd4903f64d5cc31095de7fb
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Thu Jul 16 16:48:01 2020 +0100

    Update to latest feature model dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9cb3627..cdfed54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.feature</artifactId>
-      <version>1.2.2</version>
+      <version>1.2.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>