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

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


 discard 26fcf4e  [#164] Mark maven-invoker component as deprecated
     new ed96130  Mark maven-invoker component as deprecated

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   (26fcf4e)
            \
             N -- N -- N   refs/heads/deprecation (ed96130)

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:
 DEPRECATION_PATCH.md                               | 306 ---------------------
 JAVA_DEPRECATION_EXAMPLES.md                       | 285 -------------------
 MIGRATION.md                                       |   7 +-
 .../shared/invoker/DefaultInvocationRequest.java   |   2 +-
 .../shared/invoker/DefaultInvocationResult.java    |   2 +-
 .../maven/shared/invoker/DefaultInvoker.java       |   2 +-
 .../maven/shared/invoker/InvocationRequest.java    |   2 +-
 .../maven/shared/invoker/InvocationResult.java     |   2 +-
 .../org/apache/maven/shared/invoker/Invoker.java   |   2 +-
 .../apache/maven/shared/invoker/package-info.java  |   6 +-
 src/site/apt/migration.apt.vm                      |  25 +-
 .../invoker/MavenCommandLineBuilderTest.java       |   4 +-
 12 files changed, 25 insertions(+), 620 deletions(-)
 delete mode 100644 DEPRECATION_PATCH.md
 delete mode 100644 JAVA_DEPRECATION_EXAMPLES.md

Reply via email to