This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0f36ecd Maven (API) version should have been 3.1.0
0f36ecd is described below
commit 0f36ecd0ddf3f0a3c530a3bf9a878228d9feb150
Author: rfscholte <[email protected]>
AuthorDate: Tue Jun 30 21:28:56 2020 +0200
Maven (API) version should have been 3.1.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9bf141e..6edde36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@ under the License.
</distributionManagement>
<properties>
- <mavenVersion>3.1.1</mavenVersion>
+ <mavenVersion>3.1.0</mavenVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp>
</properties>