We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f82d21 commit d200f15Copy full SHA for d200f15
2 files changed
changes.xml
@@ -31,6 +31,9 @@
31
<action type="update" dev="sseifert" issue="85">
32
ContentPackageOsgiConfigPostProcessor: Write OSGi configurations as .cfg.json files instead of .config files.
33
</action>
34
+ <action type="update" dev="sseifert">
35
+ Update to AEM Content Package Builder 1.7.4 to ensure folder path ZIP file entries are created.
36
+ </action>
37
</release>
38
39
<release version="2.19.10" date="2023-12-18">
parent/pom.xml
@@ -80,7 +80,7 @@
80
<dependency>
81
<groupId>io.wcm.tooling.commons</groupId>
82
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
83
- <version>1.7.2</version>
+ <version>1.7.3-SNAPSHOT</version>
84
</dependency>
85
86
0 commit comments