You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/21 15:12:55 UTC

[maven-scm] branch junit updated (f1146a9 -> d0281ae)

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

elharo pushed a change to branch junit
in repository https://gitbox.apache.org/repos/asf/maven-scm.git.


    from f1146a9  Merge branch 'master' into junit
     add 8a731b3  [SCM-936] extract common code (#102)
     add b534278  ignore .checkstyle
     add a379ea2  fix path tests
     add c1b545d  update plexus-utils
     add c5e4ad6  remove getModule method
     add da2a3c5  if and only if
     add d0281ae  Merge branch 'master' into junit

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  1 +
 .../org/apache/maven/scm/plugin/TagMojoTest.java   | 52 ++++++----------------
 .../local/repository/LocalRepositoryTest.java      |  7 ---
 .../changelog/CvsChangeLogConsumerTest.java        |  3 +-
 .../repository/CvsScmProviderRepositoryTest.java   |  5 ++-
 .../scm/provider/cvslib/AbstractCvsScmTest.java    |  2 +-
 .../command/update/CvsUpdateCommandTest.java       |  8 +---
 .../jgit/command/diff/JGitDiffCommandTckTest.java  |  4 +-
 .../command/status/JGitStatusCommandTckTest.java   |  4 +-
 .../java/org/apache/maven/scm/ScmTestCase.java     | 17 ++-----
 .../tck/command/checkin/CheckInCommandTckTest.java |  2 +-
 .../scm/tck/command/diff/DiffCommandTckTest.java   |  6 +--
 .../tck/command/status/StatusCommandTckTest.java   |  4 +-
 pom.xml                                            |  2 +-
 14 files changed, 35 insertions(+), 82 deletions(-)