This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MANTRUN-222 in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
commit 875cf218c066fd033a1ce8aa85a3d836488a4b82 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Feb 9 16:02:39 2020 +0100 [MANTRUN-222] make build Reproducible, upgrade maven-plugins pom to 34 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0621986..805a871 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>33</version> + <version>34</version> <relativePath/> </parent> @@ -62,8 +62,9 @@ under the License. </distributionManagement> <properties> - <mavenVersion>3.0</mavenVersion> + <mavenVersion>3.0.5</mavenVersion> <javaVersion>7</javaVersion> + <project.build.outputTimestamp>2020-02-09T04:01:26Z</project.build.outputTimestamp> </properties> <dependencies>