You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/09/23 15:32:31 UTC

[maven-integration-testing] branch MSHARED-1139 updated: sdfs

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

michaelo pushed a commit to branch MSHARED-1139
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/MSHARED-1139 by this push:
     new b49ec39c7 sdfs
b49ec39c7 is described below

commit b49ec39c7457643502d745b8f749253e52e8b105
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Sep 23 17:06:15 2022 +0200

    sdfs
---
 .../resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml     | 4 ++--
 .../resources/mng-5581-lifecycle-mapping-delegate/extension/pom.xml | 6 +-----
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml b/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml
index 26b3d6a59..56c040b89 100644
--- a/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/pom.xml
@@ -45,9 +45,9 @@ under the License.
     </extensions>
     <pluginManagement>
       <plugins>
-        <plugin><!-- avoid warning introduced in MNG-6562 that interferes with IT log check -->
+        <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
+          <version>3.10.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
diff --git a/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/extension/pom.xml b/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/extension/pom.xml
index 8426183ab..c8a4a6d25 100644
--- a/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/extension/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/extension/pom.xml
@@ -27,15 +27,11 @@ under the License.
   <artifactId>mng-5581-lifecycle-mapping-delegate-extension</artifactId>
   <version>0.1</version>
 
-  <properties>
-    <maven.version>3.2.1</maven.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>${maven.version}</version>
+      <version>3.2.5</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>