This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
6099dependabot/maven/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/org.eclipse.jgit-org.eclipse.jgit-6.6.1.202309021850-r
in repository https://gitbox.apache.org/repos/asf/maven-scm.git
discard afb321646 Bump org.eclipse.jgit:org.eclipse.jgit
add f5d8bb4fa Some Git tests hang when gpg sign activated globally and
activte TCK testing for CI (#186)
add b057b8756 Bump org.eclipse.jgit:org.eclipse.jgit
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 (afb321646)
\
N -- N -- N
refs/heads/6099dependabot/maven/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/org.eclipse.jgit-org.eclipse.jgit-6.6.1.202309021850-r
(b057b8756)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven-verify.yml | 1 +
Jenkinsfile | 2 +-
.../java/org/apache/maven/scm/plugin/UntagMojoTest.java | 2 +-
.../command/checkin/GitCheckInCommandNoBranchTest.java | 2 +-
.../gitexe/command/checkin/GitCheckInCommandTest.java | 4 ++--
.../command/remove/GitExeRemoveCommandTckTest.java | 2 +-
.../apache/maven/scm/provider/git/GitScmTestUtils.java | 17 ++++-------------
.../git/command/blame/GitBlameCommandTckTest.java | 2 +-
.../git/command/branch/GitBranchCommandTckTest.java | 2 +-
.../command/changelog/GitChangeLogCommandTckTest.java | 2 +-
.../git/command/checkin/GitCheckInCommandTckTest.java | 2 +-
.../git/command/status/GitStatusCommandTckTest.java | 2 +-
.../provider/git/command/tag/GitTagCommandTckTest.java | 2 +-
.../git/command/untag/GitUntagCommandTckTest.java | 2 +-
.../git/command/update/GitUpdateCommandTckTest.java | 2 +-
.../jgit/command/remove/JGitRemoveCommandTckTest.java | 9 +++++++++
16 files changed, 28 insertions(+), 27 deletions(-)