Skip to content

Commit cf35c51

Browse files
committed
conga-aem-maven-plugin: Retry HTTP action in case of JSON parse failure (system may respond temporarily with non-JSON response).
1 parent 01e5597 commit cf35c51

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<action type="fix" dev="sseifert">
3131
conga-aem-crypto-cli: Allow to generate AEM crypto keys without specifying and Ansible vault password.
3232
</action>
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>
3336
</release>
3437

3538
<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
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>io.wcm.tooling.commons</groupId>
7575
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
76-
<version>1.6.1-SNAPSHOT</version>
76+
<version>1.7.0-SNAPSHOT</version>
7777
<scope>compile</scope>
7878
</dependency>
7979

tooling/conga-aem-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>io.wcm.tooling.commons</groupId>
9696
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
97-
<version>1.6.0</version>
97+
<version>1.7.0-SNAPSHOT</version>
9898
<scope>compile</scope>
9999
</dependency>
100100
</dependencies>

0 commit comments

Comments
 (0)