Skip to content

Commit 4b2b531

Browse files
authored
Enable Reproducible Build (#66)
1 parent bd6e91f commit 4b2b531

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
<parent>
77
<groupId>com.fasterxml</groupId>
88
<artifactId>oss-parent</artifactId>
9-
<version>45</version>
9+
<version>49</version>
1010
</parent>
1111
<groupId>com.fasterxml.uuid</groupId>
1212
<artifactId>java-uuid-generator</artifactId>
13+
<!-- 07-Jan-2022, tatu: wrt [#65] SHOULD be able to use "jar" but somehow
14+
that won't work (unlike with Jackson).
15+
-->
1316
<packaging>bundle</packaging>
1417
<name>Java UUID Generator</name>
1518
<version>4.1.0-SNAPSHOT</version>
@@ -41,6 +44,8 @@ JUG supports all 3 official UUID generation methods.
4144
<properties>
4245
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4346
<slf4j.version>1.7.36</slf4j.version>
47+
48+
<project.build.outputTimestamp>2023-01-07T12:00:00Z</project.build.outputTimestamp>
4449
</properties>
4550
<licenses>
4651
<license>

release-notes/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Releases
1212
(contributed by Hal H)
1313
#55: Add `Main-Class` manifest to make jar invoke `Jug` class
1414
#57: Add constants for "Nil UUID", "Max UUID" (from draft "new UUID" spec) in `UUIDUtil`
15+
#65: Enable "Reproducible Build"
1516
- Fix a minor issue with argument validation for `Jug` tool class
1617
- Update junit dependency (via oss-parent:41)
1718
- Update slf4j-api to 1.7.36

0 commit comments

Comments
 (0)