You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/09/08 18:35:47 UTC

[sling-slingfeature-maven-plugin] branch master updated: Use latest version of the analyser

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

rombert 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 cdc94e0  Use latest version of the analyser
cdc94e0 is described below

commit cdc94e0f05599d1b82a29f7641d93287d4638c75
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 8 17:11:59 2020 +0200

    Use latest version of the analyser
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7779646..9a0f7e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.6</version>
+            <version>1.3.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>