You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/07 08:48:10 UTC

[maven-invoker-plugin] 01/01: Upgrade plugins

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

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

commit 1bfaf2693b8d20a1a1b743f2dca7af66fc19c55d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jun 6 21:21:11 2020 +0200

    Upgrade plugins
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d28efd..c628664 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@ under the License.
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy-all</groovy-artifactId>
     <groovy-version>2.4.19</groovy-version>
+    <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-02-22T16:40:59Z</project.build.outputTimestamp>
   </properties>
 
@@ -264,6 +265,10 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M3</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>
           <version>3.1.0</version>
         </plugin>
@@ -313,7 +318,7 @@ under the License.
     <profile>
       <id>run-its</id>
       <properties>
-        <sitePluginVersion>3.3</sitePluginVersion>
+        <sitePluginVersion>3.7.1</sitePluginVersion>
       </properties>
       <build>
         <pluginManagement>