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

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


    omit 57bdb3572 Bump m-invoker-p to 3.9.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 3100dca9e Add tag-template to release-drafter configuration
     add e09a39ecc Install svn on GitHub build
     add bed6d6a54 Remove moot setup code (#1317)
     add 1aa054e1b Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 
(#1342)
     new fc9cf8b19 Bump m-invoker-p to 3.9.1

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   (57bdb3572)
            \
             N -- N -- N   refs/heads/invoker (fc9cf8b19)

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:
 .github/release-drafter.yml                        |  1 +
 .github/workflows/maven-verify.yml                 |  2 +
 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                           | 13 +++-
 .../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-gitexe/pom.xml              |  2 +-
 .../maven-scm-provider-jgit/pom.xml                |  2 +-
 maven-scm-test/pom.xml                             |  8 ++-
 .../java/org/apache/maven/scm/ScmTestCase.java     |  8 ---
 .../maven/scm/manager/ScmManagerStubTest.java      |  8 +--
 pom.xml                                            |  3 +-
 src/site/markdown/git.md                           | 28 +++++---
 22 files changed, 193 insertions(+), 169 deletions(-)

Reply via email to