You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/04/02 12:33:18 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Use feature model 1.2.22

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new 407c3a6  Use feature model 1.2.22
407c3a6 is described below

commit 407c3a6987ee0932c74b1e141b60a8a6fec85d50
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Apr 2 14:33:07 2021 +0200

    Use feature model 1.2.22
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f78aff..9e835b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.20</version>
+            <version>1.2.22</version>
             <scope>provided</scope>
         </dependency>
         <dependency>