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 Mar 30, 2024
1 parent 2f36124 commit e6e5d16
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 e6e5d16

Please sign in to comment.