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 2020/02/18 22:39:44 UTC

[maven-doxia-sitetools] branch master updated: upgrade Doxia to 1.9.1

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-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new c1934fe  upgrade Doxia to 1.9.1
c1934fe is described below

commit c1934fe3d5349f5b001a7c25d2cd5ce2cb960fd6
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Feb 18 23:39:39 2020 +0100

    upgrade Doxia to 1.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51da9ec..e12c4d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@ under the License.
 
   <properties>
     <javaVersion>7</javaVersion>
-    <doxiaVersion>1.9</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
     <project.build.outputTimestamp>2020-01-31T19:04:00Z</project.build.outputTimestamp>
   </properties>