You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/11/29 21:24:51 UTC

[maven-reporting-exec] branch master updated: [MSHARED-1164] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e3abc4  [MSHARED-1164] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4
5e3abc4 is described below

commit 5e3abc48753a01230ab2750f20ccd3bf4f0a25f9
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Nov 26 21:10:45 2022 +0100

    [MSHARED-1164] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b60dec5..fda3ff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>2.0.0-M3</version>
+      <version>2.0.0-M4</version>
     </dependency>
 
     <dependency>
@@ -203,7 +203,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>2.0.0-M3</version>
+      <version>2.0.0-M4</version>
       <scope>test</scope>
     </dependency>