Skip to content

Commit

Permalink
Update outputTimestamp in test-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Jan 30, 2024
1 parent 08dc2ab commit 4f4343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/test-helper.rb
Expand Up @@ -129,7 +129,7 @@ def generate_hunks(lines)

def normalize_pom_xml_output_timestamp(line)
line.gsub(/<project\.build\.outputTimestamp>.+?</) do
"<project.build.outputTimestamp>1970-01-01T00:00:00Z<"
"<project.build.outputTimestamp>1980-01-01T00:00:02Z<"
end
end

Expand Down

0 comments on commit 4f4343f

Please sign in to comment.