Skip to content

Commit 4008c71

Browse files
authored
Merge pull request #518 from eclipse/fix-timestamp-format
Fix timestamp format
2 parents 556bef9 + 200c83c commit 4008c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<maven.deploy.skip>true</maven.deploy.skip>
140140

141141
<!-- Used by several plugins, to make builds reproducible -->
142-
<project.build.outputTimestamp>2021-12-13T15:09:42+0000</project.build.outputTimestamp>
142+
<project.build.outputTimestamp>2021-12-13T15:09:42+00:00</project.build.outputTimestamp>
143143
</properties>
144144

145145
<modules>

0 commit comments

Comments
 (0)