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/12/27 19:00:51 UTC

[maven-assembly-plugin] branch MASSEMBLY-892 updated (d203f39 -> 48252db)

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

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


 discard d203f39  [MASSEMBLY-892] - Upgrade maven-plugins parent to version 33
     add ce70422  [MASSEMBLY-890] - Upgrade plexus-interpolation to 1.25
     new 48252db  [MASSEMBLY-892] - Upgrade maven-plugins parent to version 33

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   (d203f39)
            \
             N -- N -- N   refs/heads/MASSEMBLY-892 (48252db)

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-892] - Upgrade maven-plugins parent to version 33

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

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

commit 48252db477a35368be0c35bb2299494cf908986b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 27 18:44:18 2018 +0100

    [MASSEMBLY-892] - Upgrade maven-plugins parent to version 33
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9c0f03..074670a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>31</version>
+    <version>33</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -62,7 +62,6 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
     <mdoVersion>2.0.0</mdoVersion>
     <mavenArchiverVersion>3.2.0</mavenArchiverVersion>