This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch mvn-3.9.7-3.x
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit a02b8a3c57343d4422d5b5d6d4a91ab8ae5b260c
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Jun 1 09:09:25 2024 +0200

    Bump parent to 42 and Maven to 3.9.7 on GH build
---
 .github/workflows/maven-verify.yml                                | 2 +-
 .../maven-it-plugin-class-loader/pom.xml                          | 7 +++++++
 pom.xml                                                           | 8 ++++----
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index d0037fff5..16d5652b7 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -49,7 +49,7 @@ jobs:
           cache: 'maven'
 
       - name: Set up Maven
-        run: mvn --errors --batch-mode --show-version wrapper:wrapper 
"-Dtype=only-script" "-Dmaven=3.9.5"
+        run: mvn --errors --batch-mode --show-version wrapper:wrapper 
"-Dtype=only-script" "-Dmaven=3.9.7"
 
       - name: Running integration tests
         run: "./mvnw -B clean install -Prun-its,embedded 
-Dmaven.repo.local=`pwd`/repo"
diff --git 
a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
 
b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
index 9d5888c7c..78d3597d8 100644
--- 
a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
+++ 
b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml
@@ -80,6 +80,13 @@ under the License.
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <configuration>
+          <goalPrefix>class-loader</goalPrefix>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 29dc3422f..b6326eb2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>39</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
+    <version>42</version>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.maven.its</groupId>
@@ -71,8 +71,8 @@ under the License.
     <maven.site.path>core-its</maven.site.path>
     <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
     <rat.ignoreErrors>true</rat.ignoreErrors>
-    <maven.compiler.source>1.8</maven.compiler.source>
-    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>8</maven.compiler.source>
+    <maven.compiler.target>8</maven.compiler.target>
 
     <maven-version>3.8.6</maven-version>
     <maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>

Reply via email to