You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/10 19:57:32 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: SLING-11571 repoinit: allow add or remove mixin types

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

enorman 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 f67baea  SLING-11571 repoinit: allow add or remove mixin types
f67baea is described below

commit f67baea7c31f035d3dffbf6683963b2396f693a7
Author: Eric Norman <en...@apache.org>
AuthorDate: Sat Sep 10 12:57:28 2022 -0700

    SLING-11571 repoinit: allow add or remove mixin types
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ead804..922bbfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.7.0</version>
+            <version>1.7.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>