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/04/07 15:02:46 UTC

[maven-archetype] branch ARCHETYPE-544 updated (de4de6c -> b92de6f)

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

khmarbaise pushed a change to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 discard de4de6c  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 discard de0b323  [ARCHETYPE-545] - Upgrade parent to 31
     new b92de6f  [ARCHETYPE-544] - 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   (de4de6c)
            \
             N -- N -- N   refs/heads/ARCHETYPE-544 (b92de6f)

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

[maven-archetype] 01/01: [ARCHETYPE-544] - 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 ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit b92de6f81a42772e2a4d036c111cb8fabddcd8ab
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 7 17:02:19 2018 +0200

    [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 418d85d..fcde986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
     <mavenVersion>3.0</mavenVersion>
     <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
     <wagonVersion>2.8</wagonVersion>
+    <surefire.version>2.21.0</surefire.version>
     <maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
   </properties>
 

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