Skip to content

Commit 9595519

Browse files
committed
conga-aem-maven-plugin: Fix display of active bundles when checking bundle display.
1 parent 1beb33b commit 9595519

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
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.8.12" date="not released">
27+
<action type="update" dev="sseifert">
28+
conga-aem-maven-plugin: Fix display of active bundles when checking bundle display.
29+
</action>
30+
</release>
31+
2632
<release version="1.8.10" date="2018-08-17">
2733
<action type="update" dev="sseifert">
2834
conga-aem-maven-plugin: Improve error message in case of HTTP socket timeouts.

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.5.6</version>
76+
<version>1.5.7-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
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>io.wcm.tooling.commons</groupId>
101101
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
102-
<version>1.5.6</version>
102+
<version>1.5.7-SNAPSHOT</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
</dependencies>

0 commit comments

Comments
 (0)