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/11/11 16:35:06 UTC

[sling-content-package-archetype] branch master updated: Update to filevault-package-maven-plugin 1.1.4

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-content-package-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new 6286389  Update to filevault-package-maven-plugin 1.1.4
6286389 is described below

commit 6286389c2cbb7333934e242fe550bb13fb6a418f
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Nov 11 17:34:44 2020 +0100

    Update to filevault-package-maven-plugin 1.1.4
---
 src/main/resources/archetype-resources/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index b311999..bb992db 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -42,7 +42,7 @@
             <plugin>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>filevault-package-maven-plugin</artifactId>
-                <version>1.1.2</version>
+                <version>1.1.4</version>
                 <extensions>true</extensions>
                 <configuration>
                     <jcrRootSourceDirectory>\${project.build.outputDirectory}</jcrRootSourceDirectory>