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/11/27 14:46:30 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Update to latest feature model dependencies

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-org-apache-sling-feature-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new ef59f48  Update to latest feature model dependencies
ef59f48 is described below

commit ef59f48f4bdeba510b589999b0972837010ac1e5
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 27 14:46:17 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 25a0259..52d9a23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>39</version>
+        <version>40</version>
         <relativePath />
     </parent>
 
@@ -56,13 +56,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.15-SNAPSHOT</version>
+            <version>1.2.16</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.13-SNAPSHOT</version>
+            <version>1.3.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.launcher</artifactId>
-            <version>1.1.10</version>
+            <version>1.1.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>