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/06/03 16:59:40 UTC

[maven-archiver] branch MSHARED-727-surefire updated (20bd829 -> 3b6045b)

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 20bd829  [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0
     add 1f53d4a  [MNGSITE-328] use sha1 checksum instead of md5
     new 3b6045b  [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   (20bd829)
            \
             N -- N -- N   refs/heads/MSHARED-727-surefire (3b6045b)

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:
 src/site/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
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 3b6045b714b8767ec14730a77b08fafd9565fe6c
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.