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 20:52:32 UTC

[maven-surefire] branch SUREFIRE-1770 created (now f899fa6)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch SUREFIRE-1770
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at f899fa6  [SUREFIRE-1770] make build Reproducible

This branch includes the following new commits:

     new f899fa6  [SUREFIRE-1770] make build Reproducible

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-surefire] 01/01: [SUREFIRE-1770] make build Reproducible

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch SUREFIRE-1770
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit f899fa6c4879c7f6a0288a84a938b451ddbdf03c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 22:52:23 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index f4f992e..59c3e42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.surefire</groupId>
@@ -106,6 +106,7 @@
     <maven.compiler.testSource>1.${javaVersion}</maven.compiler.testSource>
     <maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget>
     <jvm.args.tests>-Xms128m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>