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/02/13 14:46:02 UTC

[maven-doxia-sitetools] branch jdk8 updated: [DOXIASITETOOLS-243] Upgrade to Maven 3.1.1

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

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


The following commit(s) were added to refs/heads/jdk8 by this push:
     new 9203431  [DOXIASITETOOLS-243] Upgrade to Maven 3.1.1
9203431 is described below

commit 92034317bfb809a0a5c399fbc9d9e833e48ea50a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 13 15:40:53 2022 +0100

    [DOXIASITETOOLS-243] Upgrade to Maven 3.1.1
---
 doxia-integration-tools/pom.xml | 21 +++++++++++++--------
 pom.xml                         |  2 +-
 2 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 4847531..04f0b5d 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -59,9 +59,8 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact-manager</artifactId>
+      <artifactId>maven-compat</artifactId>
       <version>${mavenVersion}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -70,12 +69,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>${mavenVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>
     </dependency>
@@ -132,6 +125,18 @@
       <version>1.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-connector-wagon</artifactId>
+      <version>0.9.0.M2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.wagon</groupId>
+      <artifactId>wagon-http-lightweight</artifactId>
+      <version>1.0</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 2484aaf..0b3c0b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
     <javaVersion>8</javaVersion>
     <doxiaVersion>2.0.0-M2-SNAPSHOT</doxiaVersion>
     <slf4jVersion>1.7.32</slf4jVersion>
-    <mavenVersion>2.2.1</mavenVersion>
+    <mavenVersion>3.1.1</mavenVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
     <project.build.outputTimestamp>2022-02-01T20:16:03Z</project.build.outputTimestamp>
   </properties>