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 2019/12/10 12:23:21 UTC

[sling-slingfeature-maven-plugin] branch master updated: Use released 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 eaf50db  Use released version of the analyser
eaf50db is described below

commit eaf50db41400ac95198c14f163b4cb1898ba3df2
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Dec 10 13:23:03 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 21e0c31..65b5dc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+            <version>1.2.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>