This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 84dbf76 Bump m-invoker-p to 3.9.1 / downgrade Guice to 5.1.0 (#375)
84dbf76 is described below
commit 84dbf76093826d4ff922d9d6112fbf604d7d7df1
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Nov 11 09:47:32 2025 +0100
Bump m-invoker-p to 3.9.1 / downgrade Guice to 5.1.0 (#375)
---
pom.xml | 3 ++-
src/it/MINSTALL-108/pom.xml | 5 +++++
src/it/MINSTALL-52/pom.xml | 5 +++++
src/it/MINSTALL-98/pom.xml | 5 +++++
src/it/MINSTALL-99/pom.xml | 5 +++++
src/it/gav-validation/pom.xml | 5 +++++
src/it/install-at-end-fail/pom.xml | 5 +++++
src/it/install-at-end-pass/pom.xml | 5 +++++
src/it/no-main-artifact-1/pom.xml | 5 +++++
src/it/no-main-artifact-2/pom.xml | 5 +++++
10 files changed, 47 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d5b8bf0..fe8cf29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,11 +77,12 @@
<slf4jVersion>2.0.17</slf4jVersion>
<!-- plugin versions used in IT tests -->
- <guiceVersion>6.0.0</guiceVersion>
+ <guiceVersion>5.1.0</guiceVersion>
<junitVersion>5.14.1</junitVersion>
<mavenAntrunPluginVersion>3.1.0</mavenAntrunPluginVersion>
<mavenCompilerPluginVersion>3.10.1</mavenCompilerPluginVersion>
<mavenEnforcerPluginVersion>3.1.0</mavenEnforcerPluginVersion>
+
<mavenInvokerPluginVersion>${version.maven-invoker-plugin}</mavenInvokerPluginVersion>
<mavenJarPluginVersion>3.3.0</mavenJarPluginVersion>
<mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion>
<mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion>
diff --git a/src/it/MINSTALL-108/pom.xml b/src/it/MINSTALL-108/pom.xml
index 23b1a93..3628f71 100644
--- a/src/it/MINSTALL-108/pom.xml
+++ b/src/it/MINSTALL-108/pom.xml
@@ -65,6 +65,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@mavenSurefirePluginVersion@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/MINSTALL-52/pom.xml b/src/it/MINSTALL-52/pom.xml
index 6f721d7..ed8cd08 100644
--- a/src/it/MINSTALL-52/pom.xml
+++ b/src/it/MINSTALL-52/pom.xml
@@ -33,6 +33,11 @@ under the License.
<artifactId>maven-install-plugin</artifactId>
<version>@project.version@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/MINSTALL-98/pom.xml b/src/it/MINSTALL-98/pom.xml
index 3b78f10..5af7f17 100644
--- a/src/it/MINSTALL-98/pom.xml
+++ b/src/it/MINSTALL-98/pom.xml
@@ -66,6 +66,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@mavenSurefirePluginVersion@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/MINSTALL-99/pom.xml b/src/it/MINSTALL-99/pom.xml
index d7c3a94..b0a6576 100644
--- a/src/it/MINSTALL-99/pom.xml
+++ b/src/it/MINSTALL-99/pom.xml
@@ -66,6 +66,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@mavenSurefirePluginVersion@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/gav-validation/pom.xml b/src/it/gav-validation/pom.xml
index eb31bd0..14bfc5e 100644
--- a/src/it/gav-validation/pom.xml
+++ b/src/it/gav-validation/pom.xml
@@ -35,6 +35,11 @@ under the License.
<artifactId>maven-install-plugin</artifactId>
<version>@project.version@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/install-at-end-fail/pom.xml
b/src/it/install-at-end-fail/pom.xml
index 5c660f6..db20ee5 100644
--- a/src/it/install-at-end-fail/pom.xml
+++ b/src/it/install-at-end-fail/pom.xml
@@ -65,6 +65,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@mavenSurefirePluginVersion@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/install-at-end-pass/pom.xml
b/src/it/install-at-end-pass/pom.xml
index 36d2efa..746df07 100644
--- a/src/it/install-at-end-pass/pom.xml
+++ b/src/it/install-at-end-pass/pom.xml
@@ -68,6 +68,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@mavenSurefirePluginVersion@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/no-main-artifact-1/pom.xml
b/src/it/no-main-artifact-1/pom.xml
index cee9d0c..5e2b066 100644
--- a/src/it/no-main-artifact-1/pom.xml
+++ b/src/it/no-main-artifact-1/pom.xml
@@ -85,6 +85,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@mavenSurefirePluginVersion@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>
diff --git a/src/it/no-main-artifact-2/pom.xml
b/src/it/no-main-artifact-2/pom.xml
index 0bd432b..d36a60b 100644
--- a/src/it/no-main-artifact-2/pom.xml
+++ b/src/it/no-main-artifact-2/pom.xml
@@ -84,6 +84,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@mavenSurefirePluginVersion@</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>@mavenInvokerPluginVersion@</version>
+ </plugin>
</plugins>
</build>