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/13 13:51:15 UTC

[sling-org-apache-sling-feature-extension-apiregions] 01/02: Update to latest feature model releases

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

commit 25ec8f65e29277ee5cf2ef0ccc6102ac2c37847c
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:50:07 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 5396cbd..5a2ebc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,13 +56,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.10</version>
+            <version>1.2.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.10</version>
+            <version>1.3.12</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.6</version>
+            <version>1.1.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>