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 29, 2024
1 parent 2cabb87 commit 35de715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/test-helper.rb
Original file line number Diff line number Diff line change
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 35de715

Please sign in to comment.