You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/09/14 15:48:01 UTC

[sling-org-apache-sling-starter] branch master updated: Use lateste versions of the feature tooling

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7208753  Use lateste versions of the feature tooling
7208753 is described below

commit 7208753e04b3ec1f3daa168f7df00ba775032ad0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Sep 14 16:28:35 2020 +0200

    Use lateste versions of the feature tooling
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 75817e2..f7e94f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingfeature-maven-plugin</artifactId>
-                <version>1.3.14</version>
+                <version>1.3.16</version>
                 <extensions>true</extensions>
                 <configuration>
                     <replacePropertyVariables>jackrabbit.version,oak.version,slf4j.version,composum.nodes.version,jackson.version</replacePropertyVariables>
@@ -153,7 +153,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
-                            <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.1.4</artifact>
+                            <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.1.6</artifact>
                             <stripVersion>true</stripVersion>
                         </configuration>
                     </execution>