File tree Expand file tree Collapse file tree
src/main/java/io/wcm/devops/conga/plugins/aem/maven Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 xsi : schemaLocation =" http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd" >
2424 <body >
2525
26+ <release version =" 1.9.2" date =" 2019-10-01" >
27+ <action type =" add" dev =" sseifert" issue =" WTOOL-54" >
28+ conga-aem-maven-plugin: Add two more bundles to "Bundle Status Whitelist Bundle Names" property.
29+ </action >
30+ </release >
31+
2632 <release version =" 1.9.0" date =" 2019-08-20" >
2733 <action type =" add" dev =" sseifert" issue =" WTOOL-52" >
2834 conga-aem-maven-plugin: Add "Bundle Status Whitelist Bundle Names" property to define list of bundles ignored by bundle status check.
Original file line number Diff line number Diff line change 3131
3232 <groupId >io.wcm.devops.conga.plugins</groupId >
3333 <artifactId >io.wcm.devops.conga.plugins.aem</artifactId >
34- <version >1.9.0 </version >
34+ <version >1.9.2 </version >
3535 <packaging >jar</packaging >
3636
3737 <name >CONGA AEM Plugin</name >
Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >io.wcm.devops.conga.plugins</groupId >
6767 <artifactId >io.wcm.devops.conga.plugins.aem</artifactId >
68- <version >1.8.15 -SNAPSHOT</version >
68+ <version >1.9.1 -SNAPSHOT</version >
6969 </dependency >
7070
7171 </dependencies >
Original file line number Diff line number Diff line change 2929
3030 <groupId >io.wcm.devops.conga.plugins</groupId >
3131 <artifactId >io.wcm.devops.conga.plugins.aem.root</artifactId >
32- <version >1.9.0 </version >
32+ <version >1.9.2 </version >
3333 <packaging >pom</packaging >
3434
3535 <name >CONGA AEM Plugin</name >
Original file line number Diff line number Diff line change 3232 <groupId >io.wcm.devops.conga.plugins</groupId >
3333 <artifactId >conga-aem-crypto-cli</artifactId >
3434 <packaging >jar</packaging >
35- <version >1.9.0 </version >
35+ <version >1.9.2 </version >
3636
3737 <name >CONGA AEM Crypto Command Line Interface</name >
3838 <description >Command line tool to generate Crypto keys for AEM.</description >
4242 <dependency >
4343 <groupId >io.wcm.devops.conga.plugins</groupId >
4444 <artifactId >io.wcm.devops.conga.plugins.aem</artifactId >
45- <version >1.9.0 </version >
45+ <version >1.9.2 </version >
4646 <scope >compile</scope >
4747 <exclusions >
4848 <!-- Exclude all deps - only crypto util classes are used -->
Original file line number Diff line number Diff line change 3232 <groupId >io.wcm.devops.conga.plugins</groupId >
3333 <artifactId >conga-aem-maven-plugin</artifactId >
3434 <packaging >maven-plugin</packaging >
35- <version >1.9.0 </version >
35+ <version >1.9.2 </version >
3636
3737 <name >CONGA AEM Maven Plugin</name >
3838 <description >wcm.io DevOps CONGA - CONfiguration GenerAtor Maven Plugin for AEM</description >
Original file line number Diff line number Diff line change @@ -126,7 +126,9 @@ abstract class AbstractContentPackageMojo extends AbstractMojo {
126126 @ Parameter (property = "vault.bundleStatusWhitelistBundleNames" ,
127127 defaultValue = "^com\\ .day\\ .crx\\ .crxde-support$,"
128128 + "^com\\ .adobe\\ .granite\\ .crx-explorer$,"
129- + "^com\\ .adobe\\ .granite\\ .crxde-lite$" )
129+ + "^com\\ .adobe\\ .granite\\ .crxde-lite$,"
130+ + "^org\\ .apache\\ .sling\\ .jcr\\ .webdav$,"
131+ + "^org\\ .apache\\ .sling\\ .jcr\\ .davex$" )
130132 private String [] bundleStatusWhitelistBundleNames ;
131133
132134 /**
You can’t perform that action at this time.
0 commit comments