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

sjaranowski pushed a change to branch drop-legacy
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


 discard 049d6d7  [MPH-185] Require Maven 3.6.1
     add fbb6cc2  Bump maven-project-info-reports-plugin from 3.1.2 to 3.3.0
     add b01c1df  Bump xstream from 1.4.18 to 1.4.19
     add a064a91  Bump maven-javadoc-plugin from 3.3.1 to 3.4.0
     add 2a9c965  Bump maven-site-plugin from 3.10.0 to 3.12.0
     add 51f1c85  Bump maven-model from 3.8.4 to 3.8.5
     add 050972a  Bump mavenPluginToolsVersion from 3.6.2 to 3.6.4
     add 3c91e55  Bump maven-reporting-exec from 1.5.1 to 1.6.0
     add 8998989  Bump modello-maven-plugin from 1.11 to 2.0.0
     add ca35cd2  Ignore Maven Core updates
     add d5b270d  Bump mrm-maven-plugin from 1.3.0 to 1.4.0
     add d074694  Bump mrm-maven-plugin from 1.4.0 to 1.4.1
     add 67e1272  [MPH-186] - maven-parent to 37
     add 3974cd1  [MPH-187] - Upgrade to JDK minimum
     add 0161b1c  Bump asm from 9.2 to 9.3
     add 00d97df  Bump asm-commons from 9.2 to 9.3
     add 17687e3  [MPH-188] - Cleanup - Pom
     add dd6101b  Bump plexus-utils from 3.3.0 to 3.4.2
     add 11e3270  [MPH-190] Upgrade Maven Reporting API to 3.1.1
     add e598bde  [MPH-162] Allow all mojos to be configured to produce 
repeatable output
     add 5a4f81d  [maven-release-plugin] prepare release maven-help-plugin-3.3.0
     add 89102b6  [maven-release-plugin] prepare for next development iteration
     add 198008f  Fix Jenkins url
     add 9112802  (doc) Remove out of place space
     add b6c57aa  (doc) Use names already imported
     add 8751429  [NOJIRA] Fix dead link to Github PR documentation
     add 9b09514  add Reproducible Builds badge
     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 30fdfb1  [MPH-185] Require Maven 3.6.6

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   (049d6d7)
            \
             N -- N -- N   refs/heads/drop-legacy (30fdfb1)

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:
 .asf.yaml                                          |   6 +
 .github/dependabot.yml                             |   4 +-
 .github/workflows/maven-verify.yml                 |   2 +-
 README.md                                          |   3 +-
 pom.xml                                            | 105 +--
 .../projects/all-profiles-parent-pom/verify.groovy |  10 +-
 src/it/projects/all-profiles/verify.groovy         |   6 +-
 .../verify.groovy                                  |   4 +-
 .../maven/plugins/help/AbstractEffectiveMojo.java  |  95 +--
 .../maven/plugins/help/AbstractHelpMojo.java       | 135 ++--
 .../maven/plugins/help/ActiveProfilesMojo.java     |  92 +--
 .../apache/maven/plugins/help/AllProfilesMojo.java | 124 ++-
 .../apache/maven/plugins/help/DescribeMojo.java    | 860 +++++++++------------
 .../maven/plugins/help/EffectivePomMojo.java       | 165 ++--
 .../maven/plugins/help/EffectiveSettingsMojo.java  | 210 +++--
 .../apache/maven/plugins/help/EvaluateMojo.java    | 517 +++++--------
 .../org/apache/maven/plugins/help/SystemMojo.java  | 105 ++-
 .../maven/plugins/help/ActiveProfilesMojoTest.java |  89 +--
 .../maven/plugins/help/AllProfilesMojoTest.java    | 190 +++--
 .../maven/plugins/help/DescribeMojoTest.java       | 427 +++++-----
 .../maven/plugins/help/EvaluateMojoTest.java       | 166 ++--
 .../help/stubs/DefaultMavenProjectStub.java        |  38 +-
 22 files changed, 1419 insertions(+), 1934 deletions(-)
 copy src/it/projects/{effective-pom-multimodule => 
effective-pom-verbose}/verify.groovy (88%)

Reply via email to