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 753904d  Use released version of analyser and api region extension
753904d is described below

commit 753904d75146eeecaf240c5d38ac79fef8af9af8
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Oct 29 09:54:50 2019 +0100

    Use released version of analyser and api region extension
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff62afa..aea1c8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,12 +169,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.1.0</version>
         </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>

Reply via email to