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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


 discard cd27e51  Prepare for Doxia 2.0.0
     add 7d9db40  Bump apache/maven-gh-actions-shared from 2 to 3
     add 8fa6486  [MPH-194] Upgrade Parent to 39
     add 22b8ed6  [MPH-194] Upgrade Parent to 39 - code reformat
     add 2b920a4  Disable merge button, add jira autolink
     add 4f9e3af  [MPH-185] Require Maven 3.6.3
     add 980fd48  [MPH-195] Get rid of localRepository from mojo parameter
     add f5f7e3e  [MPH-196] Bump xstream from 1.4.19 to 1.4.20
     add ecfb4a5  [MPH-197] Upgrade plexus-utils to 3.5.1
     add 2e743b4  [MPH-187] Java 8 is ok
     add 3fe5ab1  [MPH-194] redundant after upgrade
     add 6c7542f  [MPH-194] ignore style change commit
     add db5ac68  [MPH-198] Get rid of maven-reporting-exec
     add 204d02f  [MPH-199] Bump mockito-core from 2.28.2 to 4.11.0
     add f80bd74  [MPH-202] Bump mrm-maven-plugin from 1.4.1 to 1.5.0 (#82)
     add a8bd97c  [MPH-203] Bump commons-lang3 from 3.8.1 to 3.12.0 (#91)
     add ff5cfc1  [MPH-185] Restore location format for effective-pom
     add 505d612  [MPH-201] Use only what we need from 
maven-plugin-tools-generators
     add 91410ae  [MPH-200] Refresh download page
     add c18f617  [MPH-177] add menu entries for each goal
     add 278d1f8  [maven-release-plugin] prepare release maven-help-plugin-3.4.0
     add f61105f  [maven-release-plugin] prepare for next development iteration
     new b4c0157  Prepare for Doxia 2.0.0

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   (cd27e51)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (b4c0157)

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:
 .asf.yaml                                          |   6 +
 .../test.properties => .git-blame-ignore-revs      |   5 +-
 .github/dependabot.yml                             |  19 -
 .github/workflows/maven-verify.yml                 |   2 +-
 pom.xml                                            | 146 ++--
 .../verify.groovy                                  |   5 +-
 .../maven/plugins/help/AbstractEffectiveMojo.java  |  95 +--
 .../maven/plugins/help/AbstractHelpMojo.java       | 146 ++--
 .../maven/plugins/help/ActiveProfilesMojo.java     |  89 +--
 .../apache/maven/plugins/help/AllProfilesMojo.java | 124 ++-
 .../apache/maven/plugins/help/DescribeMojo.java    | 876 +++++++++------------
 .../maven/plugins/help/EffectivePomMojo.java       | 266 ++-----
 .../maven/plugins/help/EffectiveSettingsMojo.java  | 210 ++---
 .../apache/maven/plugins/help/EvaluateMojo.java    | 520 +++++-------
 .../org/apache/maven/plugins/help/SystemMojo.java  |  94 +--
 src/site/site.xml                                  |  11 +-
 src/site/xdoc/download.xml.vm                      | 117 +--
 .../maven/plugins/help/ActiveProfilesMojoTest.java |  89 +--
 .../maven/plugins/help/AllProfilesMojoTest.java    | 190 +++--
 .../maven/plugins/help/DescribeMojoTest.java       | 451 +++++------
 .../maven/plugins/help/EvaluateMojoTest.java       | 166 ++--
 .../help/stubs/DefaultMavenProjectStub.java        |  38 +-
 22 files changed, 1489 insertions(+), 2176 deletions(-)
 copy src/it/projects/describe-cmd-with-goal-invalid/test.properties => 
.git-blame-ignore-revs (91%)
 copy src/it/projects/{effective-pom-multimodule-unlink-parent => 
effective-pom-verbose}/verify.groovy (74%)

Reply via email to