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 2020/04/08 19:03:58 UTC

[maven-resolver-ant-tasks] branch master updated: [MRESOLVER-102] make bui_ld Reproducible

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-resolver-ant-tasks.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ca6820  [MRESOLVER-102] make bui_ld Reproducible
8ca6820 is described below

commit 8ca6820d6f03c690359b47d3178e34e242a14b15
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 21:03:52 2020 +0200

    [MRESOLVER-102] make bui_ld Reproducible
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33f18ac..57e8ae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.resolver</groupId>
@@ -67,6 +67,7 @@
     <javaVersion>7</javaVersion>
     <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path>
     <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>