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:41:41 UTC

[maven-common-artifact-filters] 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-common-artifact-filters.git


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

commit 31022fbd58ec0fdd8e9a17a05371f0652aa6854a
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 18cbb88..db01b25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
-    <version>33</version>
+    <version>34</version>
     <relativePath />
   </parent>
 
@@ -57,6 +57,7 @@
   <properties>
     <maven.version>3.0</maven.version>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>
   
   <build>