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

[maven-invoker-plugin] branch master updated: [MINVOKER-310] Upgrade Parent to 37

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 dbe4bd7  [MINVOKER-310] Upgrade Parent to 37
dbe4bd7 is described below

commit dbe4bd77d9819003973ac40642a0d8b8b468f685
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Sep 18 13:25:54 2022 +0200

    [MINVOKER-310] Upgrade Parent to 37
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5061863..7eb63f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -72,7 +72,6 @@ under the License.
     <beanshell-version>2.0b6</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-version>3.0.12</groovy-version>
-    <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2022-05-25T15:26:55Z</project.build.outputTimestamp>
   </properties>