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 2021/09/21 09:00:43 UTC

[sling-org-apache-sling-starter] 01/02: SLING-10828 - Update to the latest slingfeature-maven-plugin

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

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

commit a6fc8d1ce233385d9c2f0f439a7a942834d965be
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 21 10:35:58 2021 +0200

    SLING-10828 - Update to the latest slingfeature-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c39d0e..fd45be1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingfeature-maven-plugin</artifactId>
-                <version>1.4.22</version>
+                <version>1.5.16</version>
                 <extensions>true</extensions>
                 <configuration>
                     <replacePropertyVariables>asm.version,jackrabbit.version,groovy.version,oak.version,slf4j.version,composum.nodes.version,jackson.version</replacePropertyVariables>