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/08/09 16:57:48 UTC

[maven-jar-plugin] branch master updated (2dbbf06 -> d9bba2d)

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

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


 discard 2dbbf06  fixup! [MJAR-255] - Upgrade maven-plugins parent to version 32
 discard df53aa0  [MJAR-255] - Upgrade maven-plugins parent to version 32
     new d9bba2d  [MJAR-255] - Upgrade maven-plugins parent to version 32

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   (2dbbf06)
            \
             N -- N -- N   refs/heads/master (d9bba2d)

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:


[maven-jar-plugin] 01/01: [MJAR-255] - Upgrade maven-plugins parent to version 32

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

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

commit d9bba2d73dbf33328ae12edcd4b0e6fc0e0403f8
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jul 29 00:06:00 2018 +0200

    [MJAR-255] - Upgrade maven-plugins parent to version 32
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f24d217..039577a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -78,7 +78,6 @@
     <mavenArchiverVersion>3.2.0</mavenArchiverVersion>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
-    <surefire.version>2.21.0</surefire.version>
   </properties>
 
   <dependencies>
@@ -182,6 +181,8 @@
                 <goal>clean</goal>
                 <goal>package</goal>
               </goals>
+              <streamLogs>true</streamLogs>
+              <showErrors>true</showErrors>
             </configuration>
             <executions>
               <execution>