File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.fasterxml</groupId >
8
8
<artifactId >oss-parent</artifactId >
9
- <version >45 </version >
9
+ <version >49 </version >
10
10
</parent >
11
11
<groupId >com.fasterxml.uuid</groupId >
12
12
<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
+ -->
13
16
<packaging >bundle</packaging >
14
17
<name >Java UUID Generator</name >
15
18
<version >4.1.0-SNAPSHOT</version >
@@ -41,6 +44,8 @@ JUG supports all 3 official UUID generation methods.
41
44
<properties >
42
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
43
46
<slf4j .version>1.7.36</slf4j .version>
47
+
48
+ <project .build.outputTimestamp>2023-01-07T12:00:00Z</project .build.outputTimestamp>
44
49
</properties >
45
50
<licenses >
46
51
<license >
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Releases
12
12
(contributed by Hal H)
13
13
#55: Add `Main-Class` manifest to make jar invoke `Jug` class
14
14
#57: Add constants for "Nil UUID", "Max UUID" (from draft "new UUID" spec) in `UUIDUtil`
15
+ #65: Enable "Reproducible Build"
15
16
- Fix a minor issue with argument validation for `Jug` tool class
16
17
- Update junit dependency (via oss-parent:41)
17
18
- Update slf4j-api to 1.7.36
You can’t perform that action at this time.
0 commit comments