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 2019/10/12 09:34:49 UTC

[maven-site] branch master updated: Bump doxiaToolsVersion from 1.9 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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c01f968  Bump doxiaToolsVersion from 1.9 to 1.9.1
c01f968 is described below

commit c01f968183029d37136ccdccfe075ed586dfba66
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Wed Oct 9 04:58:28 2019 +0000

    Bump doxiaToolsVersion from 1.9 to 1.9.1
    
    Bumps `doxiaToolsVersion` from 1.9 to 1.9.1.
    
    Updates `doxia-decoration-model` from 1.9 to 1.9.1
    - [Release notes](https://github.com/apache/maven-doxia-sitetools/releases)
    - [Commits](https://github.com/apache/maven-doxia-sitetools/compare/doxia-sitetools-1.9...doxia-sitetools-1.9.1)
    
    Updates `doxia-site-renderer` from 1.9 to 1.9.1
    - [Release notes](https://github.com/apache/maven-doxia-sitetools/releases)
    - [Commits](https://github.com/apache/maven-doxia-sitetools/compare/doxia-sitetools-1.9...doxia-sitetools-1.9.1)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index abc9b39..9c12694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <site.output>${project.build.directory}/site</site.output>
     <fluidoVersion>1.7</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
     <doxiaVersion>1.9</doxiaVersion>
-    <doxiaToolsVersion>1.9</doxiaToolsVersion>
+    <doxiaToolsVersion>1.9.1</doxiaToolsVersion>
   </properties>
 
   <repositories>