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

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-text-1.13.1
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


 discard d4898713 Bump org.apache.commons:commons-text from 1.12.0 to 1.13.1
     add e96fc5a5 Enable GH issues (#365)
     add 22242c89 Correct javadoc-no-fork description on index-page (#368)
     add 18fe1473 Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (#357)
     add ca7a770a Fix `aggregate` Javadoc typo (#371)
     add 26ddc2fa Issue #373 Fix JDK 23 build  (#374)
     add 717935d0 Bump commons-io:commons-io from 2.18.0 to 2.19.0
     add 28ab2acd Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M3 
to 0.9.0.M4 (#376)
     add 10be81a1 Issue #369 Support --no-fonts option per default for jdk 23+ 
(#375)
     add 89525a22 Bump org.apache.commons:commons-text from 1.12.0 to 1.13.1

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   (d4898713)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-text-1.13.1 (89525a22)

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                                          |  3 ++
 .asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml        | 59 +++++++++++++---------
 .asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml    | 46 ++++++++---------
 .asf.yaml => .github/ISSUE_TEMPLATE/config.yml     | 41 +++++++--------
 .github/pull_request_template.md                   | 27 ++++------
 .github/release-drafter.yml                        |  1 -
 .github/workflows/maven.yml                        |  5 +-
 .../{release-drafter.yml => pr-automation.yml}     | 16 +++---
 .github/workflows/release-drafter.yml              |  2 +
 .../workflows/{release-drafter.yml => stale.yml}   | 17 ++++---
 README.md                                          | 23 ++-------
 pom.xml                                            | 10 ++--
 .../invoker.properties                             |  1 +
 .../pom.xml                                        |  5 +-
 .../src/main/java/com/foo/MyClass.java             |  0
 .../verify.groovy                                  |  8 +--
 .../invoker.properties                             |  1 +
 .../pom.xml                                        |  4 +-
 .../src/main/java/com/foo/MyClass.java             |  0
 .../verify.groovy                                  |  9 ++--
 .../MJAVADOC-450_classifier/invoker.properties     |  1 +
 src/it/projects/MJAVADOC-450_classifier/pom.xml    |  1 +
 .../maven/plugins/javadoc/AbstractJavadocMojo.java | 21 +++++++-
 src/site/apt/index.apt.vm                          |  2 +-
 .../maven/plugins/javadoc/JavadocJarMojoTest.java  |  7 ++-
 .../maven/plugins/javadoc/JavadocReportTest.java   | 27 ++++++++--
 26 files changed, 190 insertions(+), 147 deletions(-)
 copy .asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml (53%)
 copy .asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml (59%)
 copy .asf.yaml => .github/ISSUE_TEMPLATE/config.yml (59%)
 copy .github/workflows/{release-drafter.yml => pr-automation.yml} (80%)
 copy .github/workflows/{release-drafter.yml => stale.yml} (81%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23-no-fonts}/invoker.properties (96%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23-no-fonts}/pom.xml (93%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23-no-fonts}/src/main/java/com/foo/MyClass.java 
(100%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23-no-fonts}/verify.groovy (72%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23}/invoker.properties (96%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23}/pom.xml (94%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23}/src/main/java/com/foo/MyClass.java (100%)
 copy src/it/projects/{MJAVADOC-450_classifier => 
MJAVADOC-450_classifier-jdk-23}/verify.groovy (72%)

Reply via email to