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 20:21:30 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-11571 repoinit: allow add or remove mixin types (#70)

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-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d4aa20  SLING-11571 repoinit: allow add or remove mixin types (#70)
0d4aa20 is described below

commit 0d4aa202fbd67eadb73575b257bc185ccf6123f6
Author: Eric Norman <en...@apache.org>
AuthorDate: Sat Sep 10 13:21:25 2022 -0700

    SLING-11571 repoinit: allow add or remove mixin types (#70)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d13bc14..0a9d8c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,12 +173,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.6.6</version>
+            <version>1.6.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.7.0</version>
+            <version>1.7.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>