You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/01/16 15:09:53 UTC

[maven-artifact-plugin] branch master updated: Maven 3.1.1 minimum

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a041263  Maven 3.1.1 minimum
a041263 is described below

commit a041263d4fe01ab762a11253d4920fc5960b379c
Author: Elliotte Rusty Harold <el...@google.com>
AuthorDate: Fri Jan 15 06:42:40 2021 -0500

    Maven 3.1.1 minimum
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 733e8ef..3ec8e7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.1</mavenVersion>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp>
   </properties>