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

[maven-shared-io] 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-shared-io.git


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

commit ac2c2e1f1dccd887c32feeab7c183cbd120d2029
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 9536540..6a616f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
+    <version>34</version>
     <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
   </parent>
 
@@ -66,6 +66,7 @@
     <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType</checkstyle.violation.ignore>
+    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>