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 2019/05/11 12:51:08 UTC

[maven-ear-plugin] branch MEAR-276 updated (e9e6af9 -> dc43ba7)

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

khmarbaise pushed a change to branch MEAR-276
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


 discard e9e6af9  [MEAR-276] - Upgrade maven-archiver to 3.4.0
     new dc43ba7  [MEAR-276] - Upgrade maven-archiver to 3.4.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   (e9e6af9)
            \
             N -- N -- N   refs/heads/MEAR-276 (dc43ba7)

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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-ear-plugin] 01/01: [MEAR-276] - Upgrade maven-archiver to 3.4.0

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

khmarbaise pushed a commit to branch MEAR-276
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit dc43ba748998d30fbad1f09703916ae92ea7a8a0
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 23 13:24:43 2019 +0100

    [MEAR-276] - Upgrade maven-archiver to 3.4.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 668da3d..667bbdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
   </contributors>
 
   <properties>
-    <mavenArchiverVersion>3.2.0</mavenArchiverVersion>
+    <mavenArchiverVersion>3.4.0</mavenArchiverVersion>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
@@ -116,7 +116,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.6.0</version>
+      <version>4.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>