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 2023/01/22 19:02:00 UTC

[maven-reporting-api] branch master updated: [MSHARED-1178] Upgrade to Doxia 2.0.0-M5

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 759b851  [MSHARED-1178] Upgrade to Doxia 2.0.0-M5
759b851 is described below

commit 759b851634602c3c8984307c095e30c7d9ca81d7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 22 20:01:27 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 1d45daa..f276482 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>2.0.0-M4</version>
+      <version>2.0.0-M5</version>
     </dependency>
   </dependencies>
 </project>