Skip to content

Commit 2f31f47

Browse files
committed
prepare release
1 parent 1fb04ec commit 2f31f47

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2525
<body>
2626

27-
<release version="2.21.0" date="not released">
27+
<release version="2.21.0" date="2025-06-18">
2828
<action type="add" dev="sseifert" issue="179">
2929
Content Package Post Processors: Add option "dependencyChainIgnore" to ignore a content package in the dependency chain, i.e. it does not play a role for this package in which order it is deployed compared to other packages.
3030
</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>2.0.1-SNAPSHOT</version>
28+
<version>2.0.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.17.3-SNAPSHOT</version>
60+
<version>1.17.4</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.wcm.devops.conga</groupId>
6464
<artifactId>conga-maven-plugin</artifactId>
65-
<version>1.17.3-SNAPSHOT</version>
65+
<version>1.17.4</version>
6666
</dependency>
6767

6868
<dependency>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>io.wcm.tooling.commons</groupId>
8282
<artifactId>io.wcm.tooling.commons.content-package-builder</artifactId>
83-
<version>1.7.5-SNAPSHOT</version>
83+
<version>1.7.6</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>io.wcm.tooling.commons</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>io.wcm.devops.conga</groupId>
8080
<artifactId>conga-maven-plugin</artifactId>
81-
<version>1.17.3-SNAPSHOT</version>
81+
<version>1.17.4</version>
8282
<extensions>true</extensions>
8383
<dependencies>
8484

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
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.wcm.devops.conga</groupId>
7171
<artifactId>conga-maven-plugin</artifactId>
72-
<version>1.17.3-SNAPSHOT</version>
72+
<version>1.17.4</version>
7373
<extensions>true</extensions>
7474
<dependencies>
7575

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.17.3-SNAPSHOT</version>
324+
<version>1.17.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
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>io.wcm.devops.conga</groupId>
270270
<artifactId>conga-maven-plugin</artifactId>
271-
<version>1.17.3-SNAPSHOT</version>
271+
<version>1.17.4</version>
272272
<dependencies>
273273
<dependency>
274274
<groupId>io.wcm.devops.conga.plugins</groupId>

0 commit comments

Comments
 (0)