We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf35c51 commit 1d45573Copy full SHA for 1d45573
2 files changed
changes.xml
@@ -33,6 +33,9 @@
33
<action type="fix" dev="sseifert">
34
conga-aem-maven-plugin: Retry HTTP action in case of JSON parse failure (system may respond temporarily with non-JSON response).
35
</action>
36
+ <action type="fix" dev="mrozati" issue="WTOOL-56">
37
+ Add support for XML namespace "granite" when building content packages.
38
+ </action>
39
</release>
40
41
<release version="1.9.2" date="2019-10-01">
conga-aem-plugin/pom.xml
@@ -67,7 +67,7 @@
67
<dependency>
68
<groupId>io.wcm.tooling.commons</groupId>
69
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
70
- <version>1.4.2</version>
+ <version>1.5.0-SNAPSHOT</version>
71
<scope>compile</scope>
72
</dependency>
73
0 commit comments