You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/04 19:25:08 UTC

[maven-artifact-transfer] branch MSHARED-877 created (now 08bcd7c)

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

khmarbaise pushed a change to branch MSHARED-877
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


      at 08bcd7c  [MSHARED-877] - Remove hard coded version for maven-invoker-plugin

This branch includes the following new commits:

     new 08bcd7c  [MSHARED-877] - Remove hard coded version for maven-invoker-plugin

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-artifact-transfer] 01/01: [MSHARED-877] - Remove hard coded version for maven-invoker-plugin

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

khmarbaise pushed a commit to branch MSHARED-877
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 08bcd7c06e0fb9afd0f2140554f2e1247d9d276d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 4 21:24:57 2020 +0200

    [MSHARED-877] - Remove hard coded version for maven-invoker-plugin
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 23ccbea..05c3900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.0.1</version>
             <dependencies>
               <dependency>
                 <groupId>org.codehaus.groovy</groupId>