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 <[email protected]> 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>
