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/04/28 20:46:00 UTC

[maven-install-plugin] branch MINSTALL-174 created (now 363a7fb)

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

sjaranowski pushed a change to branch MINSTALL-174
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


      at 363a7fb  [MINSTALL-174] Upgrade maven-plugin parent to 36

This branch includes the following new commits:

     new 363a7fb  [MINSTALL-174] Upgrade maven-plugin parent to 36

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-install-plugin] 01/01: [MINSTALL-174] Upgrade maven-plugin parent to 36

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 363a7fbf99dd9b7fc9fbd2862f9a0209715536a8
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Apr 28 22:45:43 2022 +0200

    [MINSTALL-174] Upgrade maven-plugin parent to 36
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2f365f..7430747 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>35</version>
+    <version>36</version>
     <relativePath/>
   </parent>
 
@@ -66,7 +66,6 @@
     <mavenVersion>3.2.5</mavenVersion>
     <slf4jVersion>1.7.32</slf4jVersion>
     <aetherVersion>1.1.0</aetherVersion>
-    <surefire.version>2.22.2</surefire.version>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
@@ -185,7 +184,6 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>3.2.2</version>
               <configuration>
                 <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                 <cloneClean>true</cloneClean>