Skip to content

Commit 11326e4

Browse files
committed
prepare release
1 parent dae8c54 commit 11326e4

6 files changed

Lines changed: 12 additions & 9 deletions

File tree

changes.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@
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.2" date="2023-01-12">
26+
<release version="2.19.4" date="2023-03-27">
2727
<action type="update" dev="sseifert">
28-
Switch to Java 11 as minimum version.
28+
Update to SnakeYAML 2.0.
2929
</action>
30+
</release>
31+
32+
<release version="2.19.2" date="2023-01-12">
3033
<action type="update" dev="sseifert">
31-
Update to SnakeYAML 2.0.
34+
Switch to Java 11 as minimum version.
3235
</action>
3336
<action type="fix" dev="sseifert">
3437
conga-aem-maven-plugin: Avoid duplicating version when adding release version suffix with packageVersionMode=RELEASE_SUFFIX_VERSION mode.

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
<dependency>
5858
<groupId>io.wcm.devops.conga</groupId>
5959
<artifactId>io.wcm.devops.conga.generator</artifactId>
60-
<version>1.15.0-SNAPSHOT</version>
60+
<version>1.15.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.wcm.devops.conga</groupId>
6464
<artifactId>conga-maven-plugin</artifactId>
65-
<version>1.15.0-SNAPSHOT</version>
65+
<version>1.15.0</version>
6666
</dependency>
6767

6868
<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
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>io.wcm.devops.conga</groupId>
7575
<artifactId>conga-maven-plugin</artifactId>
76-
<version>1.14.8</version>
76+
<version>1.15.0</version>
7777
<extensions>true</extensions>
7878
<dependencies>
7979

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.8</version>
70+
<version>1.15.0</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.14.12</version>
324+
<version>1.15.0</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.14.12</version>
341+
<version>1.15.0</version>
342342
<dependencies>
343343
<dependency>
344344
<groupId>io.wcm.devops.conga.plugins</groupId>

0 commit comments

Comments
 (0)