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/18 11:26:07 UTC

[maven-invoker-plugin] 01/01: [MINVOKER-310] Upgrade Parent to 37

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

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

commit b1ec0549310baa54e9e61f09740c9fa111203000
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 d9f0640..a7a430e 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>