Skip to content

Commit

Permalink
make build reproducible
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Oct 26, 2023
1 parent 606b49d commit 1c0df1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<implementation.vendor.id>org.glassfish</implementation.vendor.id>

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

<build>
Expand Down
3 changes: 2 additions & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.7</version>
<version>1.0.9</version>
<relativePath/>
</parent>

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

Expand Down

0 comments on commit 1c0df1c

Please sign in to comment.