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/02/03 22:51:37 UTC

[maven-artifact-plugin] 01/04: [MARTIFACT-40] Upgrade to Maven 3.2.5/Java 8

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

commit a20d833f02ceb129f59a319ed4c07ca05167ac4c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Feb 3 22:53:14 2023 +0100

    [MARTIFACT-40] Upgrade to Maven 3.2.5/Java 8
---
 pom.xml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index c36b27f..610ef66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-artifact-plugin</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.4.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Artifact Plugin</name>
@@ -62,8 +62,8 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.1.1</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <mavenVersion>3.2.5</mavenVersion>
+    <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2022-04-03T15:22:52Z</project.build.outputTimestamp>
   </properties>
 
@@ -80,12 +80,6 @@
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-embedder</artifactId>
-      <version>${mavenVersion}</version>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
@@ -101,7 +95,7 @@
     <dependency>
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-api</artifactId>
-      <version>0.9.0.M2</version>
+      <version>1.0.0.v20140518</version>
       <scope>provided</scope>
     </dependency>
     <dependency>