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 2023/02/01 21:57:23 UTC

[maven-pdf-plugin] branch master updated: [MPDF-110] Bump doxiaVersion from 1.11.1 to 1.12.0 (#35)

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


The following commit(s) were added to refs/heads/master by this push:
     new e033f19  [MPDF-110] Bump doxiaVersion from 1.11.1 to 1.12.0 (#35)
e033f19 is described below

commit e033f199499427433539a1c023cd01512918f91b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 1 22:57:18 2023 +0100

    [MPDF-110] Bump doxiaVersion from 1.11.1 to 1.12.0 (#35)
    
    Bumps `doxiaVersion` from 1.11.1 to 1.12.0.
    
    Updates `doxia-module-xdoc` from 1.11.1 to 1.12.0
    
    Updates `doxia-module-fo` from 1.11.1 to 1.12.0
    
    Updates `doxia-core` from 1.11.1 to 1.12.0
    - [Release notes](https://github.com/apache/maven-doxia/releases)
    - [Commits](https://github.com/apache/maven-doxia/compare/doxia-1.11.1...doxia-1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.doxia:doxia-module-xdoc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.doxia:doxia-module-fo
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.doxia:doxia-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 473e674..5eb1e64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.11.1</doxiaVersion>
+    <doxiaVersion>1.12.0</doxiaVersion>
     <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>