Skip to content

Commit 1d45573

Browse files
committed
WTOOL-56 Add support for XML namespace "granite" when building content packages.
1 parent cf35c51 commit 1d45573

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<action type="fix" dev="sseifert">
3434
conga-aem-maven-plugin: Retry HTTP action in case of JSON parse failure (system may respond temporarily with non-JSON response).
3535
</action>
36+
<action type="fix" dev="mrozati" issue="WTOOL-56">
37+
Add support for XML namespace "granite" when building content packages.
38+
</action>
3639
</release>
3740

3841
<release version="1.9.2" date="2019-10-01">

conga-aem-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>io.wcm.tooling.commons</groupId>
6969
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
70-
<version>1.4.2</version>
70+
<version>1.5.0-SNAPSHOT</version>
7171
<scope>compile</scope>
7272
</dependency>
7373
<dependency>

0 commit comments

Comments
 (0)