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-plugin-tools.git


    omit 77a2c815 Prepare for Doxia 2.0.0
     add 4e2e0b6b [MPLUGIN-474] Improve descriptor docs for requiredJavaVersion
     add 331cf42b [MPLUGIN-497] Upgrade components
     add ed4774bc [MPLUGIN-450] Require goalPrefix to be valid (#240)
     add fc412185 [MPLUGIN-498] Move section rendering to separate methods
     new cf491111 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   (77a2c815)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (cf491111)

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:
 .../annotation-with-inheritance-from-deps/pom.xml  |  1 +
 .../module-mojo/pom.xml                            |  1 +
 .../src/it/annotation-with-inheritance/pom.xml     |  1 +
 maven-plugin-plugin/src/it/ant-basic/pom.xml       |  2 +-
 .../src/it/ant-simple-usage/plugin/pom.xml         |  2 +-
 .../src/it/ant-since-maven-plugin/pom.xml          |  3 +++
 maven-plugin-plugin/src/it/asm-failure/pom.xml     |  3 +++
 .../src/it/beanshell-simple/pom.xml                |  2 +-
 .../help-basic-deprecated-annotation-only/pom.xml  |  3 +++
 .../src/it/help-basic-jdk11/pom.xml                |  3 +++
 maven-plugin-plugin/src/it/help-basic/pom.xml      |  3 +++
 maven-plugin-plugin/src/it/help-package/pom.xml    |  1 +
 .../src/it/ignore-plugin-class-realm/pom.xml       |  3 +++
 .../src/it/ignore-plugin-class-realm/test/pom.xml  |  3 +++
 .../src/it/java-basic-annotations-jdk8/pom.xml     |  1 +
 .../it/java-basic-annotations-jdkcurrent/pom.xml   |  1 +
 .../src/it/java-basic-annotations/pom.xml          |  1 +
 maven-plugin-plugin/src/it/java-basic/pom.xml      |  3 +++
 maven-plugin-plugin/src/it/mplugin-223/pom.xml     |  1 +
 .../src/it/mplugin-272_java8/pom.xml               |  1 +
 .../src/it/mplugin-299_no-configuration/pom.xml    |  3 +++
 .../it/mplugin-305_defaultMojoDependencies/pom.xml |  1 +
 .../it/mplugin-305_emptyMojoDependencies/pom.xml   |  1 +
 .../it/mplugin-305_singleMojoDependencies/pom.xml  |  1 +
 .../src/it/mplugin-324_javadoc/pom.xml             |  3 +++
 .../src/it/mplugin-363_help-reproducible/pom.xml   |  3 +++
 .../it/mplugin-370-maven-deps-scope-bad/pom.xml    |  1 +
 .../it/mplugin-370-maven-deps-scope-good/pom.xml   |  1 +
 .../pom.xml                                        |  1 +
 .../pom.xml                                        |  3 +++
 maven-plugin-plugin/src/it/mplugin-390/pom.xml     |  3 +++
 maven-plugin-plugin/src/it/packaging-jar/pom.xml   |  1 +
 maven-plugin-plugin/src/it/skip/pom.xml            |  3 +++
 .../src/it/source-encoding/latin-1/pom.xml         |  3 +++
 .../src/it/source-encoding/utf-8/pom.xml           |  3 +++
 maven-plugin-plugin/src/it/v4api/pom.xml           |  3 +++
 .../maven/plugin/plugin/AbstractGeneratorMojo.java | 27 +++++++++-------------
 .../plugin/plugin/DescriptorGeneratorMojo.java     |  4 ++--
 .../plugin/plugin/DescriptorGeneratorMojoTest.java |  5 +---
 .../src/it/mplugin-191/pom.xml                     |  1 +
 .../src/it/mplugin-319_report-since/pom.xml        |  3 +++
 .../src/it/mplugin-394_report-encoding/pom.xml     |  3 +++
 .../src/it/plugin-info-jdk-default-version/pom.xml |  1 +
 .../src/it/plugin-info-jdk/pom.xml                 |  1 +
 .../src/it/plugin-report-annotations/pom.xml       |  1 +
 .../it/plugin-report-requirements-history/pom.xml  |  3 +++
 .../it/plugin-report-with-javadoc-links/pom.xml    |  1 +
 .../src/it/plugin-report/pom.xml                   |  3 +++
 .../plugin/report/PluginOverviewRenderer.java      | 27 ++++++++++++++--------
 maven-script/maven-script-ant/pom.xml              |  1 +
 pom.xml                                            |  8 +++----
 51 files changed, 124 insertions(+), 38 deletions(-)

Reply via email to