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 2021/01/15 11:42:54 UTC

[maven-artifact-plugin] 01/01: Maven 3.1.1 minimum

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

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

commit 4d8b93131c2d14d2adab0be5c9a3f18e694d0c65
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 39bdc68..286f4ff 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>