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/14 08:05:24 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: SLING-10215 : repoinit analyser fails if there is no repoinit section

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 9c61db1  SLING-10215 : repoinit analyser fails if there is no repoinit section
9c61db1 is described below

commit 9c61db14e79e8780d396c0d292413db5790e2504
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 14 10:05:10 2021 +0200

    SLING-10215 : repoinit analyser fails if there is no repoinit section
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e835b7..a6e6324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.4</version>
+            <version>1.6.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>