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/07/03 21:52:28 UTC

[maven-reporting-exec] 02/04: [MSHARED-1101] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M3

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

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

commit 9187f3f224382a1403b4c8ef60fe0efe394b3f04
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 3 23:46:24 2022 +0200

    [MSHARED-1101] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M3
---
 pom.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index a8423e5..580ae7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,11 +119,10 @@
       <version>3.1.0</version><!-- do not upgrade to 3.2.0+ because it adds Xpp3Dom.getInputLocation(): see MSHARED-921 -->
     </dependency>
 
-    <!-- For Codehaus Doxia Sink compat shim -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>2.0.0-M2</version>
+      <version>2.0.0-M3</version>
     </dependency>
 
     <dependency>
@@ -212,14 +211,8 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>2.0.0-M2</version>
+      <version>2.0.0-M3</version>
       <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.velocity</groupId>
-          <artifactId>velocity</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <dependency>