Skip to content

Commit

Permalink
fix: update filevault-package-maven-plugin (#1177)
Browse files Browse the repository at this point in the history
* fix: update filevault-package-maven-plugin
* fix: update content-package-maven-plugin
  • Loading branch information
buuhuu committed Apr 9, 2024
1 parent f97b5e8 commit ab32296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Bundle-DocURL:
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<extensions>true</extensions>
<version>1.1.6</version>
<version>1.3.6</version>
<configuration>
<filterSource>src/main/content/META-INF/vault/filter.xml</filterSource>
<validatorsSettings>
Expand Down Expand Up @@ -372,7 +372,7 @@ Bundle-DocURL:
<plugin>
<groupId>com.day.jcr.vault</groupId>
<artifactId>content-package-maven-plugin</artifactId>
<version>1.0.2</version>
<version>1.0.6</version>
<configuration>
<targetURL>http://${aem.host}:${aem.port}/crx/packmgr/service.jsp</targetURL>
<failOnError>true</failOnError>
Expand Down

0 comments on commit ab32296

Please sign in to comment.