Skip to content

Commit e81913e

Browse files
committed
prepare release
1 parent a86b0b9 commit e81913e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
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="1.12.2" date="not released">
27-
<action type="update" dev="sseifert">
28-
aem-contentpackage post processor: Support "fileMatch" property to include a list of binary files matching the pattern into a content package.
26+
<release version="1.13.0" date="2020-07-10">
27+
<action type="add" dev="sseifert">
28+
aem-contentpackage post processor: Add "fileMatch" property to include a list of binary files matching the pattern into a content package.
2929
</action>
3030
</release>
3131

conga-aem-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
<dependency>
102102
<groupId>io.wcm.tooling.commons</groupId>
103103
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
104-
<version>1.5.3-SNAPSHOT</version>
104+
<version>1.5.4</version>
105105
<scope>compile</scope>
106106
</dependency>
107107
<dependency>
108108
<groupId>io.wcm.tooling.commons</groupId>
109109
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
110-
<version>1.7.0</version>
110+
<version>1.7.2</version>
111111
<scope>compile</scope>
112112
</dependency>
113113

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>io.wcm.tooling.commons</groupId>
108108
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
109-
<version>1.7.0</version>
109+
<version>1.7.2</version>
110110
<scope>compile</scope>
111111
</dependency>
112112

0 commit comments

Comments
 (0)