This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new 1cf5c5f [MENFORCER-504] Bump org.apache.maven:maven-parent from 41 to
42 (#314)
1cf5c5f is described below
commit 1cf5c5f2904beb6c590c3eaaf0da357ae656e87f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 26 10:48:19 2024 +0200
[MENFORCER-504] Bump org.apache.maven:maven-parent from 41 to 42 (#314)
* Bump org.apache.maven:maven-parent from 41 to 42
Bumps
[org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 41
to 42.
- [Release notes](https://github.com/apache/maven-parent/releases)
- [Commits](https://github.com/apache/maven-parent/commits)
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-parent
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* add sisu-maven-plugin
* Fix IT
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
---
maven-enforcer-plugin/pom.xml | 4 ++++
.../pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index e5359a3..8e3be4a 100644
--- a/maven-enforcer-plugin/pom.xml
+++ b/maven-enforcer-plugin/pom.xml
@@ -164,6 +164,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.sisu</groupId>
+ <artifactId>sisu-maven-plugin</artifactId>
+ </plugin>
</plugins>
</build>
diff --git
a/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml
b/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml
index 9f13b5c..015394f 100644
---
a/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml
+++
b/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml
@@ -68,7 +68,7 @@
<configuration>
<!-- recommended: use p2-based target platform resolver -->
<resolver>p2</resolver>
-
<executionEnvironment>[email protected]@</executionEnvironment>
+ <executionEnvironment>JavaSE-1.8</executionEnvironment>
</configuration>
</plugin>
<plugin>
diff --git a/pom.xml b/pom.xml
index 636a907..48c87c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>41</version>
+ <version>42</version>
<relativePath />
</parent>
<groupId>org.apache.maven.enforcer</groupId>