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 4dd01cc  SLING-9815 : Add analyser to check for unused bundles
4dd01cc is described below

commit 4dd01ccd097b75c3e9093bd445d720ddfb0f7cd0
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Oct 13 08:40:21 2020 +0200

    SLING-9815 : Add analyser to check for unused bundles
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f83e984..108ed89 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>

Reply via email to