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/04 19:38:34 UTC

[maven-artifact-transfer] branch MSHARED-693 updated (22b34d9 -> 78de5f3)

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

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


 discard 22b34d9  [MSHARED-693] - Upgrade JUnit from 4.11 to 4.12
     add ad73795  [MSHARED-680] - Add null check for DependencyResolver/DependencyCollector/ProjectDeployer Interfaces
     new 78de5f3  [MSHARED-693] - Upgrade JUnit from 4.11 to 4.12

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   (22b34d9)
            \
             N -- N -- N   refs/heads/MSHARED-693 (78de5f3)

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 +
 .../dependencies/collect/DependencyCollector.java  |   6 ++
 .../internal/DefaultDependencyCollector.java       |  49 ++++++++-
 .../internal/DefaultDependencyResolver.java        |  51 ++++++++-
 .../shared/project/deploy/ProjectDeployer.java     |  10 +-
 .../deploy/internal/DefaultProjectDeployer.java    |  95 +++++++++--------
 .../shared/project/install/ProjectInstaller.java   |  14 +--
 .../install/internal/DefaultProjectInstaller.java  |   3 +-
 .../internal/DefaultArtifactDeployerTest.java      |  12 ++-
 .../internal/DefaultArtifactInstallerTest.java     |   3 +-
 .../internal/DefaultDependencyCollectorTest.java   | 115 ++++++++++++++++++++
 .../internal/DefaultDependencyResolverTest.java    | 118 +++++++++++++++++++++
 .../DefaultDependencyCoordinateTest.java           |   1 +
 .../internal/DefaultProjectDeployerTest.java       |  82 ++++++++++++++
 .../internal/DefaultProjectInstallerTest.java      |  27 ++---
 15 files changed, 503 insertions(+), 84 deletions(-)
 create mode 100644 src/test/java/org/apache/maven/shared/dependencies/collect/internal/DefaultDependencyCollectorTest.java
 create mode 100644 src/test/java/org/apache/maven/shared/dependencies/resolve/internal/DefaultDependencyResolverTest.java
 create mode 100644 src/test/java/org/apache/maven/shared/project/deploy/internal/DefaultProjectDeployerTest.java

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

[maven-artifact-transfer] 01/01: [MSHARED-693] - Upgrade JUnit from 4.11 to 4.12

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

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

commit 78de5f32c2f85ecd9ade2f17722a6cbc1beffb1d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 4 20:32:00 2018 +0100

    [MSHARED-693] - Upgrade JUnit from 4.11 to 4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01719f6..2b1d3da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>

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