You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/02 07:36:14 UTC

[maven-javadoc-plugin] branch next updated (e999c29 -> 31dad7b)

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

[maven-javadoc-plugin] 13/13: Bump commons-io from 2.6 to 2.8.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 31dad7bda70317cd53eeba9e119828baabfe85c0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:17:47 2021 +0200

    Bump commons-io from 2.6 to 2.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 11ce6e5..c4eea61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.8.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

[maven-javadoc-plugin] 07/13: Bump plexus-archiver from 4.2.4 to 4.2.5

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 581c15e7b65e8276f35a8b80ce435aeaae837040
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:03:56 2021 +0200

    Bump plexus-archiver from 4.2.4 to 4.2.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 650a704..5338a8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,7 +286,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.4</version>
+      <version>4.2.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

[maven-javadoc-plugin] 01/13: (doc) remove tests with Java 15

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 58f02683cb66cf39dbc293f5ce083ef4dbce8063
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 18:57:41 2021 +0200

    (doc) remove tests with Java 15
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e075e96..8be9007 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [8, 11, 15, 16, 17-ea]
+        java: [8, 11, 16, 17-ea]
         jdk: [adopt, zulu]
       fail-fast: false
 

[maven-javadoc-plugin] 03/13: Bump junit from 4.13.1 to 4.13.2

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 45ffe7869241412d81c18b8b44797e05348a923b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 18:59:25 2021 +0200

    Bump junit from 4.13.1 to 4.13.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25fb180..3fe9197 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>

[maven-javadoc-plugin] 11/13: Bump commons-text from 1.3 to 1.9

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit a4f52474103fa50cfef43683090e691a19d29fcc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:15:14 2021 +0200

    Bump commons-text from 1.3 to 1.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea1c18b..8a6012f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
-      <version>1.3</version>
+      <version>1.9</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>

[maven-javadoc-plugin] 04/13: Bump assertj-core from 2.9.1 to 3.19.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 1689e9fb1b7ec8a44ab6cfdfbe09c7caca9e4c7f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:01:12 2021 +0200

    Bump assertj-core from 2.9.1 to 3.19.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3fe9197..fee682e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@ under the License.
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>2.9.1</version>
+      <version>3.19.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

[maven-javadoc-plugin] 06/13: Bump commons-lang3 from 3.8.1 to 3.12.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit a5ad212477704a891236ce2e806f460975c7e448
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:02:33 2021 +0200

    Bump commons-lang3 from 3.8.1 to 3.12.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85a2227..650a704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.8.1</version>
+      <version>3.12.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

[maven-javadoc-plugin] 09/13: (doc) added license header

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 5708e31c25b59e1e27db97bb618784ae7fdc8655
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:28:49 2021 +0200

    (doc) added license header
---
 .github/dependabot.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b76b895..9c76191 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License. 
+
 version: 2
 updates:
   - package-ecosystem: "maven"

[maven-javadoc-plugin] 05/13: Bump mockito-core from 2.28.2 to 3.9.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit f2910e65de58b8cd64b5456bbbd8456963ed55cc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:01:57 2021 +0200

    Bump mockito-core from 2.28.2 to 3.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fee682e..85a2227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.28.2</version>
+      <version>3.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

[maven-javadoc-plugin] 12/13: Bump jetty from 6.1.25 to 6.1.26

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 72994bb04063ce2207bafb4dc1849e95fba2d49b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:16:28 2021 +0200

    Bump jetty from 6.1.25 to 6.1.26
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a6012f..11ce6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,13 +335,13 @@ under the License.
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.1.25</version>
+      <version>6.1.26</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-client</artifactId>
-      <version>6.1.25</version>
+      <version>6.1.26</version>
       <scope>test</scope>
     </dependency>
     <dependency>

[maven-javadoc-plugin] 02/13: Bump actions/cache from v2.1.1 to v2.1.5

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 658623970570b86114a2ad5c16b7304d53c09fa7
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 2 09:26:32 2021 +0200

    Bump actions/cache from v2.1.1 to v2.1.5
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8be9007..b32f835 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Set up cache for ~./m2/repository
-        uses: actions/cache@v2.1.1
+        uses: actions/cache@v2.1.5
         with:
           path: ~/.m2/repository
           key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}

[maven-javadoc-plugin] 08/13: Bump plexus-java from 1.0.6 to 1.0.7

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit cd727194dc15cfa61a93e0a86834fc1b572932ac
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:05:34 2021 +0200

    Bump plexus-java from 1.0.6 to 1.0.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5338a8d..7c64385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ under the License.
     <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
     <wagonVersion>2.4</wagonVersion>
     <sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>
-    <plexus-java.version>1.0.6</plexus-java.version>
+    <plexus-java.version>1.0.7</plexus-java.version>
     <!-- for ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>

[maven-javadoc-plugin] 10/13: Bump maven-jxr-plugin from 3.0.0 to 3.1.1

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 9a8592e66d5cbe5bceb18df0353d698bf3845552
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 1 19:14:11 2021 +0200

    Bump maven-jxr-plugin from 3.0.0 to 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c64385..ea1c18b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,7 +398,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.1</version>
         </plugin>
       </plugins>
     </pluginManagement>