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-pdf-plugin.git
commit d3ce67616d8ca25b232ce5f44ad3a25d5f2d2017 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Thu Jul 1 16:02:13 2021 +0200 [MPDF-97] Upgrade Doxia to 1.10 and DoxiaTools to 1.10 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 26640f4..a75c4c7 100644 --- a/pom.xml +++ b/pom.xml @@ -89,8 +89,8 @@ under the License. </distributionManagement> <properties> - <doxiaVersion>1.9.1</doxiaVersion> - <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion> + <doxiaVersion>1.10</doxiaVersion> + <doxiaSitetoolsVersion>1.10</doxiaSitetoolsVersion> <mavenVersion>2.2.1</mavenVersion> <javaVersion>7</javaVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
