Skip to content

Commit 7b39937

Browse files
Bump exec-maven-plugin to 3.5.1 in ITs
- use property in ITs with version - add plugin to pluginManagement to have next updates by dependabot
1 parent dea9bb6 commit 7b39937

File tree

18 files changed

+23
-17
lines changed

18 files changed

+23
-17
lines changed

maven-wrapper-plugin/src/it/projects/default/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<arguments>

maven-wrapper-plugin/src/it/projects/includeDebug/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<arguments>

maven-wrapper-plugin/src/it/projects/mavenversion-empty1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<arguments>

maven-wrapper-plugin/src/it/projects/mavenversion-empty2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<arguments>

maven-wrapper-plugin/src/it/projects/mavenversion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<arguments>

maven-wrapper-plugin/src/it/projects/sh_type_only-script/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ under the License.
3333
<plugin>
3434
<groupId>org.codehaus.mojo</groupId>
3535
<artifactId>exec-maven-plugin</artifactId>
36-
<version>3.0.0</version>
36+
<version>@version.exec-maven-plugin@</version>
3737
<configuration>
3838
<executable>/bin/sh</executable>
3939
<arguments>

maven-wrapper-plugin/src/it/projects/sha256_distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<successCodes>

maven-wrapper-plugin/src/it/projects/sha256_type_only-script/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<successCodes>

maven-wrapper-plugin/src/it/projects/sha256_wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under the License.
3737
<plugin>
3838
<groupId>org.codehaus.mojo</groupId>
3939
<artifactId>exec-maven-plugin</artifactId>
40-
<version>3.0.0</version>
40+
<version>@version.exec-maven-plugin@</version>
4141
<configuration>
4242
<executable>mvnw${cmd}</executable>
4343
<successCodes>

maven-wrapper-plugin/src/it/projects/snapshot_distribution_test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
<plugin>
4040
<groupId>org.codehaus.mojo</groupId>
4141
<artifactId>exec-maven-plugin</artifactId>
42-
<version>3.0.0</version>
42+
<version>@version.exec-maven-plugin@</version>
4343
<configuration>
4444
<executable>mvnw${cmd}</executable>
4545
<successCodes>

0 commit comments

Comments
 (0)