Skip to content

Commit 5dac081

Browse files
committed
update dependencies
1 parent 0c52383 commit 5dac081

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

parent/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.3.0</version>
28+
<version>1.3.1-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

tooling/conga-aem-maven-plugin/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
<maven.version>3.3.9</maven.version>
4242
<site.url.module.prefix>tooling/conga-aem-maven-plugin</site.url.module.prefix>
4343

44+
<!-- Versions -->
45+
<maven-plugin-plugin.version>3.6.4</maven-plugin-plugin.version>
46+
4447
<!-- Enable recording of coverage during execution of maven-invoker-plugin -->
4548
<jacoco.propertyName>invoker.mavenOpts</jacoco.propertyName>
4649
<jacoco.includes>org.jacoco.maven.*</jacoco.includes>
@@ -72,7 +75,7 @@
7275
<dependency>
7376
<groupId>org.apache.maven.plugin-tools</groupId>
7477
<artifactId>maven-plugin-annotations</artifactId>
75-
<version>3.6.4</version>
78+
<version>${maven-plugin-plugin.version}</version>
7679
<scope>provided</scope>
7780
</dependency>
7881

@@ -158,7 +161,7 @@
158161
<plugin>
159162
<groupId>org.apache.maven.plugins</groupId>
160163
<artifactId>maven-plugin-plugin</artifactId>
161-
<version>3.6.4</version>
164+
<version>${maven-plugin-plugin.version}</version>
162165
<configuration>
163166
<goalPrefix>conga-aem</goalPrefix>
164167
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
@@ -235,7 +238,6 @@
235238
<plugin>
236239
<groupId>org.apache.maven.plugins</groupId>
237240
<artifactId>maven-invoker-plugin</artifactId>
238-
<version>3.2.2</version>
239241
<configuration>
240242
<projectsDirectory>src/it</projectsDirectory>
241243
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

0 commit comments

Comments
 (0)