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/04/17 21:07:21 UTC

[maven] branch maven-antrun-plugin-3 updated (b8e1987 -> 9f28d3a)

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

slachiewicz pushed a change to branch maven-antrun-plugin-3
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard b8e1987  Run tests with maven-antrun-plugin 3.0.0
     new 9f28d3a  superpom - upgrade maven-antrun-plugin to 3.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b8e1987)
            \
             N -- N -- N   refs/heads/maven-antrun-plugin-3 (9f28d3a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven] 01/01: superpom - upgrade maven-antrun-plugin to 3.0.0

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

slachiewicz pushed a commit to branch maven-antrun-plugin-3
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 9f28d3a10df37e7dd2ae790382c5ba1ba506fa14
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Apr 17 23:03:49 2020 +0200

    superpom - upgrade maven-antrun-plugin to 3.0.0
---
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index b19a7d7..db652bf 100644
--- a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++ b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -74,7 +74,7 @@ under the License.
       <plugins>
         <plugin>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.3</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>