You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/20 14:23:41 UTC

[maven-jxr] 01/01: update doxia

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

elharo pushed a commit to branch doxia
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git

commit bbc8b93e8450433e7064441a300beb3cc1df9625
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed May 20 10:23:05 2020 -0400

    update doxia
---
 maven-jxr-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 9008717..45b2381 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -38,7 +38,7 @@ under the License.
   <properties>
     <mavenVersion>3.1.0</mavenVersion> <!-- support javax.inject -->
     <doxia-sitetoolsVersion>1.8</doxia-sitetoolsVersion>
-    <doxiaVersion>1.8</doxiaVersion>
+    <doxiaVersion>1.9.3</doxiaVersion>
   </properties>
 
   <prerequisites>