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/06 22:42:18 UTC

[maven-project-utils] branch master updated: [MSHARED-879] make build 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-project-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 50c11be  [MSHARED-879] make build Reproducible
50c11be is described below

commit 50c11befc6785ee320d983ad4777928e5c4a5c62
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 00:32:57 2020 +0200

    [MSHARED-879] make build Reproducible
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e8c211d..4a1f44b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath/>
   </parent>
 
@@ -62,6 +62,7 @@ under the License.
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>