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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e4f3c9  [MINVOKER-332] Update plugins versions used in ITs
3e4f3c9 is described below

commit 3e4f3c93f03f8670f161eadb6c47132a1e5a3722
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Mar 25 11:36:04 2023 +0100

    [MINVOKER-332] Update plugins versions used in ITs
---
 pom.xml                                                  | 16 ++++++++--------
 .../invocation-debug/src/it/minvoker-142/verify.groovy   |  2 +-
 .../src/it/minvoker-test/verify.groovy                   |  2 +-
 .../src/it/minvoker-test/verify.groovy                   |  2 +-
 .../src/it/minvoker-test/verify.groovy                   |  2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 37b4f08..0d32527 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,16 +374,16 @@ under the License.
         <!-- plugins versions used in IT tests -->
         <antrunPluginVersion>3.1.0</antrunPluginVersion>
         <cleanPluginVersion>3.2.0</cleanPluginVersion>
-        <compilerPluginVersion>3.10.1</compilerPluginVersion>
-        <enforcerPluginVersion>3.1.0</enforcerPluginVersion>
-        <helpPluginVersion>3.3.0</helpPluginVersion>
-        <installPluginVersion>3.1.0</installPluginVersion>
+        <compilerPluginVersion>3.11.0</compilerPluginVersion>
+        <enforcerPluginVersion>3.2.1</enforcerPluginVersion>
+        <helpPluginVersion>3.4.0</helpPluginVersion>
+        <installPluginVersion>3.1.1</installPluginVersion>
         <jarPluginVersion>3.3.0</jarPluginVersion>
-        <pluginPluginVersion>3.7.0</pluginPluginVersion>
-        <resourcesPluginVersion>3.3.0</resourcesPluginVersion>
+        <pluginPluginVersion>3.8.1</pluginPluginVersion>
+        <resourcesPluginVersion>3.3.1</resourcesPluginVersion>
         <sitePluginVersion>3.12.1</sitePluginVersion>
         <sourcePluginVersion>3.2.1</sourcePluginVersion>
-        <surefirePluginVersion>3.0.0-M7</surefirePluginVersion>
+        <surefirePluginVersion>3.0.0</surefirePluginVersion>
       </properties>
       <build>
         <pluginManagement>
@@ -391,7 +391,7 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>3.4.0</version>
+              <version>3.5.0</version>
               <configuration>
                 
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                 <preBuildHookScript>setup</preBuildHookScript>
diff --git a/src/it/invocation-debug/src/it/minvoker-142/verify.groovy 
b/src/it/invocation-debug/src/it/minvoker-142/verify.groovy
index b1367e9..a658496 100644
--- a/src/it/invocation-debug/src/it/minvoker-142/verify.groovy
+++ b/src/it/invocation-debug/src/it/minvoker-142/verify.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 File buildLog = new File( basedir, 'build.log' )
-assert buildLog.text.contains( '[DEBUG] Executing rule: 
org.apache.maven.plugins.enforcer.AlwaysPass' )  
\ No newline at end of file
+assert buildLog.text.contains( '[INFO] Rule 0: 
org.apache.maven.enforcer.rules.AlwaysPass passed' )
\ No newline at end of file
diff --git 
a/src/it/spaces-should-work_non-windows/src/it/minvoker-test/verify.groovy 
b/src/it/spaces-should-work_non-windows/src/it/minvoker-test/verify.groovy
index 963ad63..0730979 100644
--- a/src/it/spaces-should-work_non-windows/src/it/minvoker-test/verify.groovy
+++ b/src/it/spaces-should-work_non-windows/src/it/minvoker-test/verify.groovy
@@ -21,6 +21,6 @@ File buildLog = new File( basedir, 'build.log' )
 // if one of criteria matches
 if( buildLog.exists() )
 {
-  assert buildLog.text.contains( '[DEBUG] Executing rule: 
org.apache.maven.plugins.enforcer.AlwaysPass' )  
+  assert buildLog.text.contains( '[INFO] Rule 0: 
org.apache.maven.enforcer.rules.AlwaysPass passed' )
 }
 
diff --git 
a/src/it/spaces-should-work_windows/src/it/minvoker-test/verify.groovy 
b/src/it/spaces-should-work_windows/src/it/minvoker-test/verify.groovy
index 963ad63..0730979 100644
--- a/src/it/spaces-should-work_windows/src/it/minvoker-test/verify.groovy
+++ b/src/it/spaces-should-work_windows/src/it/minvoker-test/verify.groovy
@@ -21,6 +21,6 @@ File buildLog = new File( basedir, 'build.log' )
 // if one of criteria matches
 if( buildLog.exists() )
 {
-  assert buildLog.text.contains( '[DEBUG] Executing rule: 
org.apache.maven.plugins.enforcer.AlwaysPass' )  
+  assert buildLog.text.contains( '[INFO] Rule 0: 
org.apache.maven.enforcer.rules.AlwaysPass passed' )
 }
 
diff --git 
a/src/it/special-characters-should-work/src/it/minvoker-test/verify.groovy 
b/src/it/special-characters-should-work/src/it/minvoker-test/verify.groovy
index b1367e9..a658496 100644
--- a/src/it/special-characters-should-work/src/it/minvoker-test/verify.groovy
+++ b/src/it/special-characters-should-work/src/it/minvoker-test/verify.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 File buildLog = new File( basedir, 'build.log' )
-assert buildLog.text.contains( '[DEBUG] Executing rule: 
org.apache.maven.plugins.enforcer.AlwaysPass' )  
\ No newline at end of file
+assert buildLog.text.contains( '[INFO] Rule 0: 
org.apache.maven.enforcer.rules.AlwaysPass passed' )
\ No newline at end of file

Reply via email to