Skip to content

Commit dfcce69

Browse files
committed
prepare release
1 parent 7d65e40 commit dfcce69

6 files changed

Lines changed: 12 additions & 11 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.19.8" date="not released">
26+
<release version="2.19.8" date="2023-10-18">
2727
<action type="fix" dev="trichter" issue="73">
2828
Increase SnakeYAML codepoint limit to 64MB (from default 3MB).
2929
</action>

parent/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.4.1-SNAPSHOT</version>
28+
<version>1.4.2</version>
2929
<relativePath />
3030
</parent>
3131

@@ -57,12 +57,12 @@
5757
<dependency>
5858
<groupId>io.wcm.devops.conga</groupId>
5959
<artifactId>io.wcm.devops.conga.generator</artifactId>
60-
<version>1.16.3-SNAPSHOT</version>
60+
<version>1.16.4</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.wcm.devops.conga</groupId>
6464
<artifactId>conga-maven-plugin</artifactId>
65-
<version>1.16.3-SNAPSHOT</version>
65+
<version>1.16.4</version>
6666
</dependency>
6767

6868
<dependency>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>io.wcm.devops.conga.plugins</groupId>
7676
<artifactId>io.wcm.devops.conga.plugins.ansible</artifactId>
77-
<version>1.4.5-SNAPSHOT</version>
77+
<version>1.4.6</version>
7878
</dependency>
7979

8080
<dependency>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.maven</groupId>
2828
<artifactId>io.wcm.maven.global-parent</artifactId>
29-
<version>44</version>
29+
<version>54</version>
3030
<relativePath/>
3131
</parent>
3232

@@ -46,6 +46,7 @@
4646
<artifactId>io.wcm.caconfig.editor.package</artifactId>
4747
<version>1.12.0</version>
4848
<type>zip</type>
49+
<scope>compile</scope>
4950
</dependency>
5051

5152
<!-- ACS AEM Commons -->
@@ -73,7 +74,7 @@
7374
<plugin>
7475
<groupId>io.wcm.devops.conga</groupId>
7576
<artifactId>conga-maven-plugin</artifactId>
76-
<version>1.16.2</version>
77+
<version>1.16.4</version>
7778
<extensions>true</extensions>
7879
<dependencies>
7980

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.maven</groupId>
2828
<artifactId>io.wcm.maven.global-parent</artifactId>
29-
<version>44</version>
29+
<version>54</version>
3030
<relativePath/>
3131
</parent>
3232

@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>io.wcm.devops.conga</groupId>
6969
<artifactId>conga-maven-plugin</artifactId>
70-
<version>1.16.2</version>
70+
<version>1.16.4</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
@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>io.wcm.devops.conga</groupId>
323323
<artifactId>conga-maven-plugin</artifactId>
324-
<version>1.16.2</version>
324+
<version>1.16.4</version>
325325
<dependencies>
326326
<dependency>
327327
<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
@@ -338,7 +338,7 @@
338338
<plugin>
339339
<groupId>io.wcm.devops.conga</groupId>
340340
<artifactId>conga-maven-plugin</artifactId>
341-
<version>1.16.2</version>
341+
<version>1.16.4</version>
342342
<dependencies>
343343
<dependency>
344344
<groupId>io.wcm.devops.conga.plugins</groupId>

0 commit comments

Comments
 (0)