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 <[email protected]>
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>