You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/06/25 09:07:46 UTC

[jackrabbit-filevault] branch master updated: releng: update doxia and javadoc plugins

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new b12712b  releng: update doxia and javadoc plugins
b12712b is described below

commit b12712b27f6cffebb8666b515b4d7ac4a8988eae
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 25 11:07:37 2021 +0200

    releng: update doxia and javadoc plugins
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b11eb67..7fbf8c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -265,7 +265,7 @@ Bundle-Category: jackrabbit
                         <dependency>
                             <groupId>org.apache.maven.doxia</groupId>
                             <artifactId>doxia-module-markdown</artifactId>
-                            <version>1.9.1</version>
+                            <version>1.10</version>
                         </dependency>
                     </dependencies>
                 </plugin>
@@ -277,7 +277,7 @@ Bundle-Category: jackrabbit
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.3.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>