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 19:21:33 UTC

[maven-jxr] branch master updated: update doxia (#21)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 191c14e  update doxia (#21)
191c14e is described below

commit 191c14ebaf843587a0a416850a1fd062a732178f
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed May 20 15:21:28 2020 -0400

    update doxia (#21)
---
 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>