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/04/24 13:58:58 UTC

[maven-antrun-plugin] branch v created (now 47c4610)

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

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


      at 47c4610  set Maven 3.1.1 as minimum version

This branch includes the following new commits:

     new 47c4610  set Maven 3.1.1 as minimum version

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-antrun-plugin] 01/01: set Maven 3.1.1 as minimum version

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

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

commit 47c461098c13a981ce4a9e1f077ba5e63f79241a
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 24 09:58:41 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index bab68b3..d01ba02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0.5</mavenVersion>
+    <mavenVersion>3.1.1</mavenVersion>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp>
   </properties>