Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Mar 27, 2023
1 parent dae8c54 commit 11326e4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="2.19.2" date="2023-01-12">
<release version="2.19.4" date="2023-03-27">
<action type="update" dev="sseifert">
Switch to Java 11 as minimum version.
Update to SnakeYAML 2.0.
</action>
</release>

<release version="2.19.2" date="2023-01-12">
<action type="update" dev="sseifert">
Update to SnakeYAML 2.0.
Switch to Java 11 as minimum version.
</action>
<action type="fix" dev="sseifert">
conga-aem-maven-plugin: Avoid duplicating version when adding release version suffix with packageVersionMode=RELEASE_SUFFIX_VERSION mode.
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
<dependency>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>io.wcm.devops.conga.generator</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tooling/conga-aem-maven-plugin/src/it/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.14.8</version>
<version>1.15.0</version>
<extensions>true</extensions>
<dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.14.8</version>
<version>1.15.0</version>
<extensions>true</extensions>
<dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.14.12</version>
<version>1.15.0</version>
<dependencies>
<dependency>
<groupId>io.wcm.devops.conga.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<plugin>
<groupId>io.wcm.devops.conga</groupId>
<artifactId>conga-maven-plugin</artifactId>
<version>1.14.12</version>
<version>1.15.0</version>
<dependencies>
<dependency>
<groupId>io.wcm.devops.conga.plugins</groupId>
Expand Down

0 comments on commit 11326e4

Please sign in to comment.