From 314e983f745d0d2b607f7cc057ff5954fd66e812 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 17 Oct 2024 16:52:40 +0200 Subject: [PATCH] [MNG-8258] Change the fixed reproducible build outputTimestamp to 1 Feb 1980 (#392) --- .../org/apache/maven/it/MavenITmng3843PomInheritanceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java index 288cdc8d47..6cf21c404b 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java @@ -81,7 +81,7 @@ public class MavenITmng3843PomInheritanceTest extends AbstractMavenIntegrationTe assertEquals("3", props.getProperty("project.properties")); assertEquals("UTF-8", props.getProperty("project.properties.project.build.sourceEncoding")); assertEquals("UTF-8", props.getProperty("project.properties.project.reporting.outputEncoding")); - assertEquals("2001-01-01T00:00:00Z", props.getProperty("project.properties.project.build.outputTimestamp")); + assertEquals("1980-02-01T00:00:00Z", props.getProperty("project.properties.project.build.outputTimestamp")); } else if (matchesVersionRange("[4.0.0-alpha-6,4.0.0-beta-4]")) { assertEquals("2", props.getProperty("project.properties")); assertEquals("UTF-8", props.getProperty("project.properties.project.build.sourceEncoding"));