Skip to content

Commit 60516e1

Browse files
committed
update to CONGA 1.17.3-SNAPSHOT
1 parent 4415799 commit 60516e1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.17.2</version>
60+
<version>1.17.3-SNAPSHOT</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.wcm.devops.conga</groupId>
6464
<artifactId>conga-maven-plugin</artifactId>
65-
<version>1.17.2</version>
65+
<version>1.17.3-SNAPSHOT</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
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>io.wcm.devops.conga</groupId>
8080
<artifactId>conga-maven-plugin</artifactId>
81-
<version>1.17.2</version>
81+
<version>1.17.3-SNAPSHOT</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.2</version>
72+
<version>1.17.3-SNAPSHOT</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.2</version>
324+
<version>1.17.3-SNAPSHOT</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.2</version>
271+
<version>1.17.3-SNAPSHOT</version>
272272
<dependencies>
273273
<dependency>
274274
<groupId>io.wcm.devops.conga.plugins</groupId>

0 commit comments

Comments
 (0)