Skip to content

Commit f0581f0

Browse files
committed
prepare release
1 parent 66980cb commit f0581f0

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.14" date="not released">
26+
<release version="1.8.14" date="2019-05-08">
2727
<action type="update" dev="sseifert">
2828
aem-contentpackage-properties plugin: Also support "jar" file extension for AEM content packages (but only when explicitly defined as post processor).
2929
</action>

conga-aem-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.2</version>
28+
<version>1.1.4</version>
2929
<relativePath />
3030
</parent>
3131

@@ -60,20 +60,20 @@
6060
<dependency>
6161
<groupId>io.wcm.devops.conga.plugins</groupId>
6262
<artifactId>io.wcm.devops.conga.plugins.sling</artifactId>
63-
<version>1.2.5-SNAPSHOT</version>
63+
<version>1.2.6</version>
6464
<scope>compile</scope>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>io.wcm.tooling.commons</groupId>
6969
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
70-
<version>1.4.0</version>
70+
<version>1.4.2</version>
7171
<scope>compile</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>io.wcm.tooling.commons</groupId>
7575
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
76-
<version>1.5.9-SNAPSHOT</version>
76+
<version>1.5.10</version>
7777
<scope>compile</scope>
7878
</dependency>
7979

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.wcm.devops</groupId>
2525
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
26-
<version>1.1.2</version>
26+
<version>1.1.4</version>
2727
<relativePath />
2828
</parent>
2929

tooling/conga-aem-crypto-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.2</version>
28+
<version>1.1.4</version>
2929
<relativePath />
3030
</parent>
3131

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.1.2</version>
28+
<version>1.1.4</version>
2929
<relativePath />
3030
</parent>
3131

@@ -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.9-SNAPSHOT</version>
102+
<version>1.5.10</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
</dependencies>

0 commit comments

Comments
 (0)