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/03/06 20:17:49 UTC

[maven-artifact-transfer] branch MSHARED-696 created (now 4d6b16a)

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

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


      at 4d6b16a  [MSHARED-696] - Add missing Maven Version 3.5.2 to ArtifactDeployerTest

This branch includes the following new commits:

     new 4d6b16a  [MSHARED-696] - Add missing Maven Version 3.5.2 to ArtifactDeployerTest

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.


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

[maven-artifact-transfer] 01/01: [MSHARED-696] - Add missing Maven Version 3.5.2 to ArtifactDeployerTest

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

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

commit 4d6b16ab20e9a32b5b2ff2d9049a6dcecffbc79e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Mar 6 21:17:13 2018 +0100

    [MSHARED-696] - Add missing Maven Version 3.5.2 to ArtifactDeployerTest
---
 .../org/apache/maven/plugin/artifact/deployer/ArtifactDeployerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ca7b8fb..cc0e66d 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" } )
+@MavenVersions( { "3.0.5", "3.1.1", "3.2.5", "3.3.1", "3.3.9", "3.5.0", "3.5.2" } )
 public class ArtifactDeployerTest
 {
 

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