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/12/28 18:10:59 UTC

[maven-dist-tool] branch master updated (db8d29b -> 83413ed)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git.


    from db8d29b  CI url update
     new 315bfaa  retired - maven-antrun-plugin
     new 83413ed  Bump junit from 4.13 to 4.13.1

The 2 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.


Summary of changes:
 pom.xml                                                                 | 2 +-
 .../org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[maven-dist-tool] 02/02: Bump junit from 4.13 to 4.13.1

Posted by sl...@apache.org.
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-dist-tool.git

commit 83413edac633a8957148d3305927cd73b3bc1dac
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Nov 27 19:27:21 2020 +0100

    Bump junit from 4.13 to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a9b2889..0547572 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[maven-dist-tool] 01/02: retired - maven-antrun-plugin

Posted by sl...@apache.org.
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-dist-tool.git

commit 315bfaa8d98675c2e55e1fc949bb0e5c0435fc70
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 19:09:45 2020 +0100

    retired - maven-antrun-plugin
---
 .../org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java b/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java
index 6795bd9..5b806be 100644
--- a/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java
+++ b/src/main/java/org/apache/maven/dist/tools/prerequisites/GetPrerequisites.java
@@ -43,7 +43,7 @@ public class GetPrerequisites
     public static final String[] PLUGIN_NAMES = { 
         "maven-acr-plugin", 
         "maven-ant-plugin", 
-        "maven-antrun-plugin",
+//        "maven-antrun-plugin", retired
         "maven-archetype-plugin",
         "maven-assembly-plugin",
         "maven-changelog-plugin",