Skip to content

Commit 5b4b9d0

Browse files
committed
prepare release
1 parent be0bbe7 commit 5b4b9d0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

parent/pom.xml

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

6868
<dependency>
6969
<groupId>io.wcm.devops.conga.plugins</groupId>
7070
<artifactId>io.wcm.devops.conga.plugins.sling</artifactId>
71-
<version>1.4.0-SNAPSHOT</version>
71+
<version>1.4.0</version>
7272
</dependency>
7373

7474
<dependency>

tooling/conga-aem-maven-plugin/src/it/example/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>54</version>
29+
<version>56</version>
3030
<relativePath/>
3131
</parent>
3232

@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>io.wcm.devops.conga</groupId>
7676
<artifactId>conga-maven-plugin</artifactId>
77-
<version>1.17.0-SNAPSHOT</version>
77+
<version>1.17.0</version>
7878
<extensions>true</extensions>
7979
<dependencies>
8080

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>54</version>
29+
<version>56</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.17.0-SNAPSHOT</version>
70+
<version>1.17.0</version>
7171
<extensions>true</extensions>
7272
<dependencies>
7373

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.wcm.maven</groupId>
77
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
8-
<version>2.1.15-SNAPSHOT</version>
8+
<version>2.1.14</version>
99
<relativePath/>
1010
</parent>
1111

@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>io.wcm.devops.conga</groupId>
323323
<artifactId>conga-maven-plugin</artifactId>
324-
<version>1.17.0-SNAPSHOT</version>
324+
<version>1.17.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.wcm.maven</groupId>
77
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
8-
<version>2.1.15-SNAPSHOT</version>
8+
<version>2.1.14</version>
99
<relativePath/>
1010
</parent>
1111

@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>io.wcm.devops.conga</groupId>
270270
<artifactId>conga-maven-plugin</artifactId>
271-
<version>1.17.0-SNAPSHOT</version>
271+
<version>1.17.0</version>
272272
<dependencies>
273273
<dependency>
274274
<groupId>io.wcm.devops.conga.plugins</groupId>

0 commit comments

Comments
 (0)