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:24 UTC

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

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>