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/01/31 17:00:20 UTC

[maven-javadoc-plugin] branch master updated (b3ee701 -> 52f0d27)

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

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


    from b3ee701  [MJAVADOC-667] Broken links in Javadoc comments
     new e6857d5  Bump junit from 4.13 to 4.13.1
     new b5afb45  Bump plexus-archiver from 4.2.2 to 4.2.4
     new 9ca3ad8  Bump maven-archiver from 3.5.0 to 3.5.1
     new c9b2521  Bump maven-common-artifact-filters from 3.0.0 to 3.1.1
     new a5e0331  Bump maven-artifact-transfer from 0.10.1 to 0.13.1
     new dac4958  Bump httpcore from 4.4.13 to 4.4.14
     new 0c81e83  Bump httpclient from 4.5.12 to 4.5.13
     new 52f0d27  Bump commons-lang3 from 3.8.0 to 3.8.1

The 8 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 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


[maven-javadoc-plugin] 04/08: Bump maven-common-artifact-filters 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 master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit c9b25213c8c542286c79e6acaccb1a3b19effd0a
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:02:52 2021 +0100

    Bump maven-common-artifact-filters 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 605e647..ef43d5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>


[maven-javadoc-plugin] 01/08: Bump junit from 4.13 to 4.13.1

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

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

commit e6857d5bf97b73df7cda857050b33e3e4defa10f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 14:59:43 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index a73f6e9..bb9ad6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[maven-javadoc-plugin] 03/08: Bump maven-archiver from 3.5.0 to 3.5.1

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

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

commit 9ca3ad850d88091e99ccee5f8d01dd13098c0d6b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:02:11 2021 +0100

    Bump maven-archiver from 3.5.0 to 3.5.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1c5d426..605e647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.5.0</version>
+      <version>3.5.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>


[maven-javadoc-plugin] 06/08: Bump httpcore from 4.4.13 to 4.4.14

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

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

commit dac495885e4325d0d727d1be93c6f248f566ad84
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:08:03 2021 +0100

    Bump httpcore from 4.4.13 to 4.4.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25453da..c6a1cd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.13</version>
+      <version>4.4.14</version>
     </dependency>
 
     <dependency>


[maven-javadoc-plugin] 07/08: Bump httpclient from 4.5.12 to 4.5.13

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

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

commit 0c81e838b0e2aea5f7159be88099b0a78aa4dcb0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:08:27 2021 +0100

    Bump httpclient from 4.5.12 to 4.5.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c6a1cd3..6c20c57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.12</version>
+      <version>4.5.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>


[maven-javadoc-plugin] 02/08: Bump plexus-archiver from 4.2.2 to 4.2.4

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

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

commit b5afb45bd9caf0588cc7ffc7978d27309bf768da
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:01:33 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index bb9ad6a..1c5d426 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.2</version>
+      <version>4.2.4</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>


[maven-javadoc-plugin] 05/08: Bump maven-artifact-transfer from 0.10.1 to 0.13.1

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

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

commit a5e033137101a44bcfff13b9ff3c1dc64ab7a266
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:07:16 2021 +0100

    Bump maven-artifact-transfer from 0.10.1 to 0.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef43d5f..25453da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>0.10.1</version>
+      <version>0.13.1</version>
     </dependency>
 
     <!-- Doxia -->


[maven-javadoc-plugin] 08/08: Bump commons-lang3 from 3.8.0 to 3.8.1

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

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

commit 52f0d27474dbaafbd9b0497172555dfdc4cc1b49
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:22:44 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 6c20c57..471da3b 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</version>
+      <version>3.8.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>