You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/10/29 16:19:23 UTC

[sling-slingfeature-maven-plugin] branch master updated: Update to latest feature model components and parent pom

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 bc2f842  Update to latest feature model components and parent pom
bc2f842 is described below

commit bc2f8426a2fb92bc9b09a8210a30a20a033c651e
Author: David Bosschaert <da...@apache.org>
AuthorDate: Thu Oct 29 16:18:56 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 51c6c20..5ba3159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>39</version>
+        <version>40</version>
         <relativePath />
     </parent>
 
@@ -171,12 +171,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.10</version>
+            <version>1.2.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.9-SNAPSHOT</version>
+            <version>1.3.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>