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/03/03 18:13:47 UTC

[maven-help-plugin] branch MPH-125 updated (11fe46f -> ddf64c0)

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

khmarbaise pushed a change to branch MPH-125
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


 discard 11fe46f  Removed Java liftup Excluded dependencies with JDK 9.
 discard 2579e96  Testing upgrade to JDK 7 minimum.
 discard 229cdf6  [MPH-125] - Upgrade parent to 31
     new ddf64c0  [MPH-125] - Upgrade parent to 31  o Needed to add some excludes    to get that building.

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   (11fe46f)
            \
             N -- N -- N   refs/heads/MPH-125 (ddf64c0)

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:

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-help-plugin] 01/01: [MPH-125] - Upgrade parent to 31 o Needed to add some excludes to get that building.

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

khmarbaise pushed a commit to branch MPH-125
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit ddf64c0f49bdf4ec0d9dd120916282c03685564a
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Feb 13 19:51:02 2018 +0100

    [MPH-125] - Upgrade parent to 31
     o Needed to add some excludes
       to get that building.
---
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 63fa078..4b65b13 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>30</version>
+    <version>31</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -110,6 +110,18 @@ under the License.
           <artifactId>maven-project</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>org.ow2.asm</groupId>
+          <artifactId>asm-commons</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.ow2.asm</groupId>
+          <artifactId>asm-tree</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.ow2.asm</groupId>
+          <artifactId>asm</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.maven</groupId>
           <artifactId>maven-plugin-descriptor</artifactId>
         </exclusion>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.