Skip to content

Commit 1cf5c5f

Browse files
[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]>
1 parent a24b557 commit 1cf5c5f

File tree

3 files changed

+6
-2
lines changed
  • maven-enforcer-plugin
    • src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle

3 files changed

+6
-2
lines changed

maven-enforcer-plugin/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@
164164
</execution>
165165
</executions>
166166
</plugin>
167+
<plugin>
168+
<groupId>org.eclipse.sisu</groupId>
169+
<artifactId>sisu-maven-plugin</artifactId>
170+
</plugin>
167171
</plugins>
168172
</build>
169173

maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<configuration>
6969
<!-- recommended: use p2-based target platform resolver -->
7070
<resolver>p2</resolver>
71-
<executionEnvironment>JavaSE-@maven.compiler.source@</executionEnvironment>
71+
<executionEnvironment>JavaSE-1.8</executionEnvironment>
7272
</configuration>
7373
</plugin>
7474
<plugin>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41</version>
26+
<version>42</version>
2727
<relativePath />
2828
</parent>
2929
<groupId>org.apache.maven.enforcer</groupId>

0 commit comments

Comments
 (0)