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 18:30:23 UTC

[maven-rar-plugin] branch MRAR-83 updated (0b31b5f -> cee9165)

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

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


 discard 0b31b5f  [MRAR-83] Bump plexus-archiver from 4.1.0 to 4.2.2
 discard 229c4e9  [MRAR-84] Bump maven-archiver from 3.4.0 to 3.5.0
     add d335904  [MRAR-82] Bump plexus-utils from 3.2.0 to 3.3.0
     new 408dd12  [MRAR-84] Bump maven-archiver from 3.4.0 to 3.5.0
     new cee9165  [MRAR-83] Bump plexus-archiver from 4.1.0 to 4.2.2

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   (0b31b5f)
            \
             N -- N -- N   refs/heads/MRAR-83 (cee9165)

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 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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-rar-plugin] 02/02: [MRAR-83] Bump plexus-archiver from 4.1.0 to 4.2.2

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

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

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

    [MRAR-83] Bump plexus-archiver from 4.1.0 to 4.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 906786d..a6f6750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.1.0</version>
+      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>


[maven-rar-plugin] 01/02: [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-83
in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git

commit 408dd123d33bdd6907bb46b5be0ce9a44485ca5a
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 1b6872a..906786d 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>