You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/06/13 16:14:26 UTC

[maven-pdf-plugin] branch master updated: [MPDF-93] Update Doxia to 1.9

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d8dd808  [MPDF-93] Update Doxia to 1.9
d8dd808 is described below

commit d8dd8085a3da12be095e0ffea9fd2c5f44ada206
Author: rfscholte <rf...@apache.org>
AuthorDate: Thu Jun 13 17:52:26 2019 +0200

    [MPDF-93] Update Doxia to 1.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 21d55c5..2cba6b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.9-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.9</doxiaVersion>
     <doxiaSitetoolsVersion>1.8.1</doxiaSitetoolsVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <javaVersion>7</javaVersion>