From a96a238c6722bf9d901389c2ad1269a9ff2f6cb7 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/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java index 288cdc8d4..6cf21c404 100644 --- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java +++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java @@ -81,7 +81,7 @@ public void testitMNG3843() throws Exception { 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"));