You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/11/25 18:02:51 UTC

[maven-site] branch master updated: use Doxia 1.9.1-SNAPSHOT for DOXIA-597

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

hboutemy 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 be8bc1f  use Doxia 1.9.1-SNAPSHOT for DOXIA-597
be8bc1f is described below

commit be8bc1f71c647ec398537d790fdd98f72b055e78
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Nov 25 19:02:47 2019 +0100

    use Doxia 1.9.1-SNAPSHOT for DOXIA-597
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 37fa98f..b827db4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <versions3x>3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
     <fluidoVersion>1.8</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
-    <doxiaVersion>1.9</doxiaVersion>
+    <doxiaVersion>1.9.1-SNAPSHOT</doxiaVersion>
     <doxiaToolsVersion>1.9.1</doxiaToolsVersion>
   </properties>