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/17 10:48:27 UTC

[maven-site-plugin] 05/08: sss

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-site-plugin.git

commit 5b6d59c6194e4950466c9e0a074322112bb5e90f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 11:47:40 2022 +0200

    sss
---
 pom.xml                                   | 10 ++--------
 src/it/projects/MSITE-842/project/pom.xml |  2 +-
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3b21e1b..60fc7c2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,12 +219,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.0.0-M1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.0-M1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -389,12 +389,6 @@ under the License.
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-integration-tools</artifactId>
       <version>${doxiaSitetoolsVersion}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-container-default</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <!-- Wagon -->
diff --git a/src/it/projects/MSITE-842/project/pom.xml b/src/it/projects/MSITE-842/project/pom.xml
index 4272916a..177cf4f6 100644
--- a/src/it/projects/MSITE-842/project/pom.xml
+++ b/src/it/projects/MSITE-842/project/pom.xml
@@ -40,7 +40,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.0.0-M1-SNAPSHOT</version>
     </dependency>
   </dependencies>