You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/05 18:14:37 UTC

[maven-jar-plugin] branch test created (now f99acf7)

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

elharo pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git.


      at f99acf7  update minimum Maven version to 3.1.0

This branch includes the following new commits:

     new f99acf7  update minimum Maven version to 3.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-jar-plugin] 01/01: update minimum Maven version to 3.1.0

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit f99acf76a17ee020a705bea3c56316836c465fc9
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Jul 5 14:14:20 2020 -0400

    update minimum Maven version to 3.1.0
---
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3443a44..47e681e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
   <properties>
     <mavenFileManagementVersion>3.0.0</mavenFileManagementVersion>
     <mavenArchiverVersion>3.5.0</mavenArchiverVersion>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
@@ -150,7 +150,13 @@
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>2.1</version>
+      <version>3.1.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-compat</artifactId>
+      <version>${mavenVersion}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>