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

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


 discard 842878efd Add tag-template to release-drafter configuration
     add 4fb10d3ce Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 
(#1320)
     add f21a456d8 Bump 
org.apache.maven.plugin-testing:maven-plugin-testing-harness
     add f0e42697b Bump org.apache.maven.plugin-tools:maven-plugin-annotations
     add fbaba2e7d Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 
to 1.26
     add 168786124 Bump commons-io:commons-io from 2.20.0 to 2.21.0
     add dd27d16aa Bump org.codehaus.plexus:plexus-interactivity-api from 1.4 
to 1.5.1
     add e59642b32 Exclude Java 25 - plugin is not yet ready
     add 7fcba1ff4 Bump jgitVersion from 5.13.3.202401111512-r to 
5.13.5.202508271544-r (#1324)
     add 8ff993824 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 
(#1340)
     add e1ff0081e Describe SCM URL format without protocol prefix
     add 45c3c30f3 Start tests migration to JUnit 5
     add cbbc9f7e6 Add tag-template to release-drafter configuration

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   (842878efd)
            \
             N -- N -- N   refs/heads/tag-template (cbbc9f7e6)

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 +
 maven-scm-api/pom.xml                              |  6 +-
 .../java/org/apache/maven/scm/ChangeFileTest.java  | 14 ++--
 .../java/org/apache/maven/scm/ChangeSetTest.java   | 80 +++++++++++-----------
 .../java/org/apache/maven/scm/ScmFileSetTest.java  | 26 +++----
 .../java/org/apache/maven/scm/ScmResultTest.java   | 18 ++---
 .../apache/maven/scm/manager/ScmManagerTest.java   |  8 +--
 .../apache/maven/scm/provider/ScmUrlUtilsTest.java | 16 ++---
 .../apache/maven/scm/util/FilenameUtilsTest.java   | 10 +--
 maven-scm-plugin/pom.xml                           | 17 ++++-
 .../apache/maven/scm/plugin/BootstrapMojoTest.java | 31 +++++----
 .../apache/maven/scm/plugin/StatusMojoTest.java    | 34 +++++----
 .../apache/maven/scm/plugin/ValidateMojoTest.java  | 43 ++++++------
 .../src/test/resources/mojos/status/status.xml     |  1 -
 .../maven-scm-provider-jgit/pom.xml                |  4 +-
 maven-scm-test/pom.xml                             | 10 ++-
 .../maven/scm/manager/ScmManagerStubTest.java      |  8 +--
 pom.xml                                            |  7 +-
 src/site/markdown/git.md                           | 28 +++++---
 19 files changed, 196 insertions(+), 166 deletions(-)

Reply via email to