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/01/15 13:14:17 UTC

[sling-org-apache-sling-starter] branch master updated: Use the latest slingfeature-maven-plugin

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 9c749cb  Use the latest slingfeature-maven-plugin
9c749cb is described below

commit 9c749cb8b90ea3312251fca82bdf077cf86aef66
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 15 12:23:08 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index b58c4bd..8fb3904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingfeature-maven-plugin</artifactId>
-                <version>1.4.2</version>
+                <version>1.4.22</version>
                 <extensions>true</extensions>
                 <configuration>
                     <replacePropertyVariables>asm.version,jackrabbit.version,groovy.version,oak.version,slf4j.version,composum.nodes.version,jackson.version</replacePropertyVariables>