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 2020/04/06 19:12:40 UTC

[maven-artifact-transfer] branch MSHARED-865 updated (46bb36c -> 74cd4f1)

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

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


 discard 46bb36c  [MSHARED-865] - Line up all IT's with Maven versions
     add c9dab0b  [MSHARED-876] - Upgrade in IT all maven-plugin parents to version 34
     add 08bcd7c  [MSHARED-877] - Remove hard coded version for maven-invoker-plugin
     add 7bf2222  [MSHARED-878] - Add automatic module name
     new 74cd4f1  [MSHARED-865] - Line up all IT's with Maven versions

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   (46bb36c)
            \
             N -- N -- N   refs/heads/MSHARED-865 (74cd4f1)

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                                                      | 12 +++++++++++-
 src/it/maven-artifact-deployer-plugin/pom.xml                |  2 +-
 .../src/test/projects/example/pom.xml                        |  2 +-
 src/it/maven-artifact-installer-plugin/pom.xml               |  2 +-
 .../src/test/projects/example/pom.xml                        |  2 +-
 src/it/maven-dependency-collector-plugin/pom.xml             |  2 +-
 .../src/test/projects/example/pom.xml                        |  2 +-
 src/it/maven-project-deployer-plugin/pom.xml                 |  2 +-
 .../src/test/projects/example/pom.xml                        |  2 +-
 src/it/maven-project-installer-plugin/pom.xml                |  2 +-
 .../src/test/projects/example/pom.xml                        |  2 +-
 .../src/test/projects/pom-only-example/pom.xml               |  2 +-
 12 files changed, 22 insertions(+), 12 deletions(-)


[maven-artifact-transfer] 01/01: [MSHARED-865] - Line up all IT's with Maven versions

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

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

commit 74cd4f1e88dd1fdf1a41f25eba3cc19ff1102f31
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 15 20:47:16 2020 +0100

    [MSHARED-865] - Line up all IT's with Maven versions
---
 .../org/apache/maven/plugin/artifact/deployer/ArtifactDeployerTest.java | 2 +-
 .../apache/maven/plugin/artifact/installer/ArtifactInstallerTest.java   | 2 +-
 .../maven/plugin/dependency/collector/DependencyCollectorTest.java      | 2 +-
 .../org/apache/maven/plugin/project/deploy/ProjectDeployerTest.java     | 2 +-
 .../org/apache/maven/plugin/project/install/ProjectInstallerTest.java   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/it/maven-artifact-deployer-plugin/src/test/java/org/apache/maven/plugin/artifact/deployer/ArtifactDeployerTest.java b/src/it/maven-artifact-deployer-plugin/src/test/java/org/apache/maven/plugin/artifact/deployer/ArtifactDeployerTest.java
index 6a9ebd0..b5fd7f9 100644
--- a/src/it/maven-artifact-deployer-plugin/src/test/java/org/apache/maven/plugin/artifact/deployer/ArtifactDeployerTest.java
+++ b/src/it/maven-artifact-deployer-plugin/src/test/java/org/apache/maven/plugin/artifact/deployer/ArtifactDeployerTest.java
@@ -43,7 +43,7 @@ import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner;
  * @author Karl Heinz Marbaise
  */
 @RunWith( MavenJUnitTestRunner.class )
-@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", "3.5.4" } )
+@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.9", "3.5.4", "3.6.3" } )
 public class ArtifactDeployerTest
 {
 
diff --git a/src/it/maven-artifact-installer-plugin/src/test/java/org/apache/maven/plugin/artifact/installer/ArtifactInstallerTest.java b/src/it/maven-artifact-installer-plugin/src/test/java/org/apache/maven/plugin/artifact/installer/ArtifactInstallerTest.java
index 7d6a0c3..5655dce 100644
--- a/src/it/maven-artifact-installer-plugin/src/test/java/org/apache/maven/plugin/artifact/installer/ArtifactInstallerTest.java
+++ b/src/it/maven-artifact-installer-plugin/src/test/java/org/apache/maven/plugin/artifact/installer/ArtifactInstallerTest.java
@@ -44,7 +44,7 @@ import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner;
  * @author Karl Heinz Marbaise
  */
 @RunWith( MavenJUnitTestRunner.class )
-@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", "3.5.4" } )
+@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.9", "3.5.4", "3.6.3" } )
 public class ArtifactInstallerTest
 {
 
diff --git a/src/it/maven-dependency-collector-plugin/src/test/java/org/apache/maven/plugin/dependency/collector/DependencyCollectorTest.java b/src/it/maven-dependency-collector-plugin/src/test/java/org/apache/maven/plugin/dependency/collector/DependencyCollectorTest.java
index 15e51fa..512d530 100644
--- a/src/it/maven-dependency-collector-plugin/src/test/java/org/apache/maven/plugin/dependency/collector/DependencyCollectorTest.java
+++ b/src/it/maven-dependency-collector-plugin/src/test/java/org/apache/maven/plugin/dependency/collector/DependencyCollectorTest.java
@@ -44,7 +44,7 @@ import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner;
  * @author Karl Heinz Marbaise
  */
 @RunWith( MavenJUnitTestRunner.class )
-@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.1", "3.3.9", "3.5.0", "3.5.4", "3.6.3" } )
+@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.9", "3.5.4", "3.6.3" } )
 public class DependencyCollectorTest
 {
 
diff --git a/src/it/maven-project-deployer-plugin/src/test/java/org/apache/maven/plugin/project/deploy/ProjectDeployerTest.java b/src/it/maven-project-deployer-plugin/src/test/java/org/apache/maven/plugin/project/deploy/ProjectDeployerTest.java
index d5fc34d..9390398 100644
--- a/src/it/maven-project-deployer-plugin/src/test/java/org/apache/maven/plugin/project/deploy/ProjectDeployerTest.java
+++ b/src/it/maven-project-deployer-plugin/src/test/java/org/apache/maven/plugin/project/deploy/ProjectDeployerTest.java
@@ -42,7 +42,7 @@ import io.takari.maven.testing.executor.junit.MavenJUnitTestRunner;
  * @author Karl Heinz Marbaise
  */
 @RunWith( MavenJUnitTestRunner.class )
-@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", "3.5.4" } )
+@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.9", "3.5.4", "3.6.3" } )
 public class ProjectDeployerTest
 {
 
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 ca57a2b..126caaa 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
@@ -43,7 +43,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", "3.5.4" } )
+@MavenVersions( { "3.1.1", "3.2.5", "3.3.9", "3.5.4", "3.6.3" } )
 public class ProjectInstallerTest
 {