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/05/12 07:20:49 UTC

[maven-invoker] branch MSHARED-728 updated (0125869 -> d40b733)

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

khmarbaise pushed a change to branch MSHARED-728
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git.


 discard 0125869  [MSHARED-728] - Upgrade maven-shared-utils to 3.2.1
     add efa323e  The tests relying on the exitcode in case of a timeout which is not correct, cause DefaultInvoker results in an Exception instead.
     new d40b733  [MSHARED-728] - Upgrade maven-shared-utils to 3.2.1

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   (0125869)
            \
             N -- N -- N   refs/heads/MSHARED-728 (d40b733)

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/shared/invoker/DefaultInvokerTest.java   | 16 +++++++---
 .../resources/test-build-should-timeout/pom.xml    | 13 +++++++-
 .../org/apache/maven/shared/invoker/AppTest.java   | 37 ++++++----------------
 3 files changed, 33 insertions(+), 33 deletions(-)

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

[maven-invoker] 01/01: [MSHARED-728] - Upgrade maven-shared-utils to 3.2.1

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

khmarbaise pushed a commit to branch MSHARED-728
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git

commit d40b7330c13ce23f2347a87c7c553584b5965f17
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed May 9 22:30:22 2018 +0200

    [MSHARED-728] - Upgrade maven-shared-utils to 3.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f7248d..9a9e7af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.0</version>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

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