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 2020/03/05 21:42:01 UTC

[maven-project-info-reports-plugin] branch master updated: [MPIR-389] Upgrade Doxia to 1.9.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new df96c2e  [MPIR-389] Upgrade Doxia to 1.9.1
df96c2e is described below

commit df96c2ef87f3962ffdeeba7b368deeb88cf2ac61
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Mar 5 22:10:07 2020 +0100

    [MPIR-389] Upgrade Doxia to 1.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0bb7da7..ddb532e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.8</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <doxia-sitetoolsVersion>1.8.1</doxia-sitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <scmVersion>1.10.0</scmVersion>