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 2018/06/21 17:42:18 UTC

[maven-assembly-plugin] branch MASSEMBLY-890 updated (858957a -> 2d2dd07)

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

khmarbaise pushed a change to branch MASSEMBLY-890
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git.


 discard 858957a  [MASSEMBLY-890] - Upgrade plexus-interpolation to 1.25
     add f38336f  [INFRA-16467] move components documentation out of CMS space
     new 2d2dd07  [MASSEMBLY-890] - Upgrade plexus-interpolation to 1.25

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   (858957a)
            \
             N -- N -- N   refs/heads/MASSEMBLY-890 (2d2dd07)

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-assembly-plugin] 01/01: [MASSEMBLY-890] - Upgrade plexus-interpolation to 1.25

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

khmarbaise pushed a commit to branch MASSEMBLY-890
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit 2d2dd07e6dd8a113fdf4ca48282e945ad0309774
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jun 3 15:30:24 2018 +0200

    [MASSEMBLY-890] - Upgrade plexus-interpolation to 1.25
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4ceaf28..4a220e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.24</version>
+      <version>1.25</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>