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


    omit e4432489 [MJAVADOC-785] Align plugin implementation with 
AbstractMavenReport (maven-reporting-impl)
    omit bfb8c007 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack
     add 475db315 Add test for custom `FixJavadocMojo#defaultVersion`
     new becf0ea7 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack
     new e86a676f [MJAVADOC-785] Align plugin implementation with 
AbstractMavenReport (maven-reporting-impl)

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

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 2 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:
 pom.xml                                            |  8 +-
 .../invoker.properties                             | 36 ++++-----
 .../{javadoc-fix => javadoc-fix-version}/pom.xml   |  6 +-
 .../src/main/java/fix/test/ClassWithJavadoc.java}  | 14 +++-
 .../java/fix/test/ClassWithJavadocAndVersion.java} |  8 +-
 .../main/java/fix/test/ClassWithNoJavadoc.java}    |  7 +-
 src/it/projects/javadoc-fix-version/verify.bsh     | 91 ++++++++++++++++++++++
 7 files changed, 137 insertions(+), 33 deletions(-)
 copy src/it/projects/{javadoc-fix => javadoc-fix-version}/invoker.properties 
(97%)
 copy src/it/projects/{javadoc-fix => javadoc-fix-version}/pom.xml (94%)
 copy 
src/it/projects/{MJAVADOC-620_no-dot-in-version/lib/src/main/java/somepackage/Test.java
 => javadoc-fix-version/src/main/java/fix/test/ClassWithJavadoc.java} (85%)
 copy 
src/it/projects/{MJAVADOC-620_top-level-package/lib/src/main/java/Test.java => 
javadoc-fix-version/src/main/java/fix/test/ClassWithJavadocAndVersion.java} 
(89%)
 copy 
src/it/projects/{MJAVADOC-556_hide-non-exported-packages/module/src/main/java/package2/Main2.java
 => javadoc-fix-version/src/main/java/fix/test/ClassWithNoJavadoc.java} (89%)
 create mode 100644 src/it/projects/javadoc-fix-version/verify.bsh

Reply via email to