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 2020/10/15 06:03:04 UTC

[sling-slingfeature-maven-plugin] branch master updated: Use latest analysers

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 a9d2569  Use latest analysers
a9d2569 is described below

commit a9d256987c8903751b3dcb7e0c16f8c94a14e287
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Oct 15 07:59:45 2020 +0200

    Use latest analysers
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 839fe2d..51c6c20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.8</version>
+            <version>1.3.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>