Skip to content

Commit a92ef1a

Browse files
committed
prepare release
1 parent d217317 commit a92ef1a

6 files changed

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

26-
<release version="2.17.0" date="not released">
26+
<release version="2.17.0" date="2022-05-11">
2727
<action type="add" dev="sseifert">
2828
conga-aem-maven-plugin: Add new parameter packageTypeValidation which controls how to handle packages with invalid or without package types.
2929
</action>

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>io.wcm.devops.conga</groupId>
4949
<artifactId>io.wcm.devops.conga.generator</artifactId>
50-
<version>1.14.7-SNAPSHOT</version>
50+
<version>1.14.8</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.wcm.devops.conga</groupId>
5454
<artifactId>conga-maven-plugin</artifactId>
55-
<version>1.14.7-SNAPSHOT</version>
55+
<version>1.14.8</version>
5656
</dependency>
5757

5858
<dependency>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>io.wcm.devops.conga.plugins</groupId>
6666
<artifactId>io.wcm.devops.conga.plugins.ansible</artifactId>
67-
<version>1.3.2</version>
67+
<version>1.4.0</version>
6868
</dependency>
6969

7070
<dependency>

tooling/conga-aem-maven-plugin/src/it/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>io.wcm.devops.conga</groupId>
7777
<artifactId>conga-maven-plugin</artifactId>
78-
<version>1.14.7-SNAPSHOT</version>
78+
<version>1.14.8</version>
7979
<extensions>true</extensions>
8080
<dependencies>
8181

tooling/conga-aem-maven-plugin/src/it/mixed-no-package-type/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>io.wcm.devops.conga</groupId>
6969
<artifactId>conga-maven-plugin</artifactId>
70-
<version>1.14.7-SNAPSHOT</version>
70+
<version>1.14.8</version>
7171
<extensions>true</extensions>
7272
<dependencies>
7373

tooling/conga-aem-maven-plugin/src/it/wcmio-archetype-aem65/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
<plugin>
303303
<groupId>io.wcm.devops.conga</groupId>
304304
<artifactId>conga-maven-plugin</artifactId>
305-
<version>1.14.7-SNAPSHOT</version>
305+
<version>1.14.8</version>
306306
<dependencies>
307307
<dependency>
308308
<groupId>io.wcm.devops.conga.plugins</groupId>

tooling/conga-aem-maven-plugin/src/it/wcmio-archetype-cloud/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
<plugin>
342342
<groupId>io.wcm.devops.conga</groupId>
343343
<artifactId>conga-maven-plugin</artifactId>
344-
<version>1.14.7-SNAPSHOT</version>
344+
<version>1.14.8</version>
345345
<dependencies>
346346
<dependency>
347347
<groupId>io.wcm.devops.conga.plugins</groupId>

0 commit comments

Comments
 (0)