This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.
discard e999c29 Bump plexus-archiver from 4.2.4 to 4.2.5
discard e11e31c Bump commons-lang3 from 3.8.1 to 3.12.0
discard 06aaff7 Bump mockito-core from 2.28.2 to 3.9.0
discard b4a2112 Bump assertj-core from 2.9.1 to 3.19.0
discard 0790998 Bump maven-invoker from 3.0.1 to 3.1.0
discard 31d2a91 Bump junit from 4.13.1 to 4.13.2
discard 9a8fa63 Update GH Actions to min Java 8
omit e77a783 [MJAVADOC-619] Maven Javadoc bottom claims copyright for
future years
add cab9d0d add dependabot and jdk distribution in the matrix
add b226ec9 Bump maven-invoker from 3.0.1 to 3.1.0
new 58f0268 (doc) remove tests with Java 15
new 6586239 Bump actions/cache from v2.1.1 to v2.1.5
new 45ffe78 Bump junit from 4.13.1 to 4.13.2
new 1689e9f Bump assertj-core from 2.9.1 to 3.19.0
new f2910e6 Bump mockito-core from 2.28.2 to 3.9.0
new a5ad212 Bump commons-lang3 from 3.8.1 to 3.12.0
new 581c15e Bump plexus-archiver from 4.2.4 to 4.2.5
new cd72719 Bump plexus-java from 1.0.6 to 1.0.7
new 5708e31 (doc) added license header
new 9a8592e Bump maven-jxr-plugin from 3.0.0 to 3.1.1
new a4f5247 Bump commons-text from 1.3 to 1.9
new 72994bb Bump jetty from 6.1.25 to 6.1.26
new 31dad7b Bump commons-io from 2.6 to 2.8.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 (e999c29)
\
N -- N -- N refs/heads/next (31dad7b)
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 13 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:
.../invoker.properties => .github/dependabot.yml | 45 +++++++++++++---------
.github/workflows/maven.yml | 6 ++-
pom.xml | 13 ++++---
.../MJAVADOC-619_copyright-year/invoker.properties | 17 --------
.../projects/MJAVADOC-619_copyright-year/pom.xml | 43 ---------------------
.../src/main/java/foo/Bar.java | 32 ---------------
.../MJAVADOC-619_copyright-year/verify.groovy | 22 -----------
.../maven/plugins/javadoc/AbstractJavadocMojo.java | 23 ++---------
.../maven/plugins/javadoc/JavadocUtilTest.java | 2 -
9 files changed, 42 insertions(+), 161 deletions(-)
copy src/it/projects/MJAVADOC-180/invoker.properties => .github/dependabot.yml
(72%)
delete mode 100644
src/it/projects/MJAVADOC-619_copyright-year/invoker.properties
delete mode 100644 src/it/projects/MJAVADOC-619_copyright-year/pom.xml
delete mode 100644
src/it/projects/MJAVADOC-619_copyright-year/src/main/java/foo/Bar.java
delete mode 100644 src/it/projects/MJAVADOC-619_copyright-year/verify.groovy