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/04/15 18:25:24 UTC

[maven-reporting-api] 01/03: Prepare for Doxia 2.0.0

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

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

commit fc47826ea54447634dc5738a50de1ba194c3d469
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 23 19:58:50 2022 +0100

    Prepare for Doxia 2.0.0
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4850cc1..a3a7378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,13 +94,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.11.1</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-container-default</artifactId>
-          <groupId>org.codehaus.plexus</groupId>
-        </exclusion>
-      </exclusions>
+      <version>2.0.0-M1</version>
     </dependency>
   </dependencies>
 </project>