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

davidb 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 1deab4b  Update to latest feature model dependencies
1deab4b is described below

commit 1deab4b3f7a464b6618480cfa2354547bc1ead07
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Feb 5 14:44:35 2021 +0000

    Update to latest feature model dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 840608a..a7fc24a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,17 +171,17 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.19-SNAPSHOT</version>
+            <version>1.2.20</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.19-SNAPSHOT</version>
+            <version>1.3.22</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.1.19-SNAPSHOT</version>
+            <version>1.1.20</version>
         </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>

Reply via email to