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/06 12:55:31 UTC

[maven-archiver] branch MSHARED-727-surefire updated (612ef18 -> 20bd829)

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

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


 discard 612ef18  [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0
     new 20bd829  [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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   (612ef18)
            \
             N -- N -- N   refs/heads/MSHARED-727-surefire (20bd829)

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 | 16 ----------------
 1 file changed, 16 deletions(-)

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

[maven-archiver] 01/01: [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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

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

commit 20bd829954e5c69ce5d714605971503945831003
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun May 6 14:53:26 2018 +0200

    [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ba5481..ac6b33b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
 
   <properties>
+    <surefire.version>2.21.0</surefire.version>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
   </properties>
@@ -123,20 +124,4 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.20.1</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>

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