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/21 17:58:24 UTC

[maven-artifact-transfer] branch MSHARED-703 updated (5b7eac8 -> b5d4269)

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

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


 discard 5b7eac8  [MSHARED-703] - Try to identify why IT's not running with Maven 3.0.5
     add 34ff96d  Added .checkstyle to .gitignore based on Eclipse configuration.
     add b900eea  [MSHARED-724] - Upgrade mave-surefire/failsafe-plugin 2.21.0
     add 5da6ce6  [INFRA-16467] move components documentation out of CMS space
     new b5d4269  [MSHARED-703] - Try to identify why IT's not running with Maven 3.0.5

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   (5b7eac8)
            \
             N -- N -- N   refs/heads/MSHARED-703 (b5d4269)

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:
 .gitignore | 1 +
 pom.xml    | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)


[maven-artifact-transfer] 01/01: [MSHARED-703] - Try to identify why IT's not running with Maven 3.0.5

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

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

commit b5d4269cd4a0013fbb35de2fa3d2a489bad93f86
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 22 21:39:36 2018 +0100

    [MSHARED-703] - Try to identify why IT's not running with Maven 3.0.5
---
 .../org/apache/maven/plugin/project/install/ProjectInstallerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java
index 6a19faa..273f174 100644
--- a/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java
+++ b/src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java
@@ -42,7 +42,7 @@ import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner;
  * @author Karl Heinz Marbaise
  */
 @RunWith( MavenJUnitTestRunner.class )
-@MavenVersions( { "3.1.1", "3.2.5", "3.3.1", "3.3.9", "3.5.0", "3.5.2", "3.5.3" } )
+@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.1", "3.3.9", "3.5.0", "3.5.2", "3.5.3" } )
 public class ProjectInstallerTest
 {