Skip to content

Commit 1c0df1c

Browse files
committed
make build reproducible
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 606b49d commit 1c0df1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: api/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<implementation.vendor.id>org.glassfish</implementation.vendor.id>
100100

101101
<maven.compiler.release>11</maven.compiler.release>
102+
<project.build.outputTimestamp>2023-10-28T00:00:00Z</project.build.outputTimestamp>
102103
</properties>
103104

104105
<build>

Diff for: spec/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.ee4j</groupId>
2323
<artifactId>project</artifactId>
24-
<version>1.0.7</version>
24+
<version>1.0.9</version>
2525
<relativePath/>
2626
</parent>
2727

@@ -43,6 +43,7 @@
4343
<!-- status: DRAFT, BETA, etc., or blank for final -->
4444
<status>DRAFT</status>
4545
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
46+
<project.build.outputTimestamp>2023-10-28T00:00:00Z</project.build.outputTimestamp>
4647
<revisiondate>${maven.build.timestamp}</revisiondate>
4748
</properties>
4849

0 commit comments

Comments
 (0)