You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2021/10/28 00:59:19 UTC

[archiva-parent] branch master updated: Bump maven-javadoc-plugin from 3.2.0 to 3.3.1 (#1)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ba0f79  Bump maven-javadoc-plugin from 3.2.0 to 3.3.1 (#1)
7ba0f79 is described below

commit 7ba0f798c4a83f341e77fb8010db0e4e3eb0cde4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 28 10:58:56 2021 +1000

    Bump maven-javadoc-plugin from 3.2.0 to 3.3.1 (#1)
    
    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.1.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8e00d14..bfc20c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
     <maven-project-info-reports-plugin.version>3.1.0</maven-project-info-reports-plugin.version>
     <checkstyleVersion>3.1.1</checkstyleVersion>
     <jxrVersion>3.0.0</jxrVersion>
-    <javadocPluginVersion>3.2.0</javadocPluginVersion>
+    <javadocPluginVersion>3.3.1</javadocPluginVersion>
 
     <plexusUtilsPluginsVersion>3.0.15</plexusUtilsPluginsVersion>