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/21 14:06:19 UTC

[maven-reporting-api] branch master updated: [MSHARED-1161] Upgrade Doxia 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-api.git


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

commit e3c292a801982306100cbecca92f9a1930ba8ec7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Nov 21 15:06:00 2022 +0100

    [MSHARED-1161] Upgrade Doxia to 2.0.0-M4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab13d93..d714501 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ under the License.
     <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>
   </dependencies>
 </project>