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/25 14:42:01 UTC

[sling-slingfeature-maven-plugin] branch master updated: Use latest analyser and api regions extension

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


The following commit(s) were added to refs/heads/master by this push:
     new 7785465  Use latest analyser and api regions extension
7785465 is described below

commit 778546585ebaab95efb49d79280914fadd7e925b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sun Apr 25 16:41:47 2021 +0200

    Use latest analyser and api regions extension
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b06c1ae..56b0e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,12 +172,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.22</version>
+            <version>1.3.23-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.2.0</version>
+            <version>1.2.1-SNAPSHOT</version>
         </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>