You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/10/01 14:27:23 UTC

[maven-integration-testing] branch up-enforcer created (now 55cfec2)

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

cstamas pushed a change to branch up-enforcer
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


      at 55cfec2  Up enforcer version

This branch includes the following new commits:

     new 55cfec2  Up enforcer version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-integration-testing] 01/01: Up enforcer version

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch up-enforcer
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit 55cfec27d2ac0d8ff2241f1ef8407e861e3594d5
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Oct 1 16:26:47 2021 +0200

    Up enforcer version
    
    To IT test maven3/2 we should not use lower than
    3.x plugin (that is maven2 compat)
---
 .../test/resources/mng-5840-relative-path-range-negative/child/pom.xml  | 2 +-
 .../test/resources/mng-5840-relative-path-range-positive/child/pom.xml  | 2 +-
 .../resources/mng-5840-relative-path-reactor-matching/child/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/child/pom.xml b/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/child/pom.xml
index 3d9a2f9..84ed157 100644
--- a/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/child/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/child/pom.xml
@@ -17,7 +17,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.4</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <inherited>false</inherited>
diff --git a/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/child/pom.xml b/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/child/pom.xml
index 5ac9ade..aac1863 100644
--- a/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/child/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/child/pom.xml
@@ -17,7 +17,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.4</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <inherited>false</inherited>
diff --git a/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/child/pom.xml b/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/child/pom.xml
index 3551262..c784641 100644
--- a/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/child/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/child/pom.xml
@@ -17,7 +17,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.4</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <inherited>false</inherited>