Skip to content

Commit 29dc86e

Browse files
committed
conga-aem-maven-plugin: Remove misplaced message 'Package uploaded successfully (without installing).' after package install.
1 parent 65017cc commit 29dc86e

2 files changed

Lines changed: 7 additions & 1 deletion

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 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
2424
<body>
2525

26+
<release version="2.16.2" date="not released">
27+
<action type="fix" dev="sseifert">
28+
conga-aem-maven-plugin: Remove misplaced message 'Package uploaded successfully (without installing).' after package install.
29+
</action>
30+
</release>
31+
2632
<release version="2.16.0" date="2021-12-13">
2733
<action type="add" dev="sseifert">
2834
conga-aem-maven-plugin: Add support for IMS/Auth 2 authentication for AEMaaCS (via oauth2AccessToken).

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.wcm.tooling.commons</groupId>
7777
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
78-
<version>2.0.0</version>
78+
<version>2.0.1-SNAPSHOT</version>
7979
</dependency>
8080

8181
<dependency>

0 commit comments

Comments
 (0)