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/05/09 17:16:52 UTC

[maven-rar-plugin] branch MRAR-84 updated (af686c4 -> 229c4e9)

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

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


 discard af686c4  [MRAR-84] Bump plexus-archiver from 4.1.0 to 4.2.2
     new 229c4e9  [MRAR-84] Bump maven-archiver from 3.4.0 to 3.5.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   (af686c4)
            \
             N -- N -- N   refs/heads/MRAR-84 (229c4e9)

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-rar-plugin] 01/01: [MRAR-84] Bump maven-archiver from 3.4.0 to 3.5.0

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

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

commit 229c4e912aed8ee291b7570e05acbe997061b42d
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat May 9 15:45:35 2020 +0000

    [MRAR-84] Bump maven-archiver from 3.4.0 to 3.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bfb52a8..6335f3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.4.0</version>
+      <version>3.5.0</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>