File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changes by Version
2
+
3
+ ## v0.7.4 (2019-07-21)
4
+ * Set visibility of ` Sys#OS_NAME ` to package private.
5
+ * Upgrade ` org.libj:test:0.6.9 ` to ` 0.7.0 ` .
6
+
7
+ ## v0.7.3 (2019-05-13)
8
+ * Initial public release.
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.libj</groupId >
24
24
<artifactId >libj</artifactId >
25
- <version >0.9.6-SNAPSHOT </version >
25
+ <version >0.9.6</version >
26
26
</parent >
27
27
<artifactId >lang</artifactId >
28
- <version >0.7.4-SNAPSHOT </version >
28
+ <version >0.7.4</version >
29
29
<name >LibJ Lang</name >
30
30
<description >
31
31
Supplementary utilities for classes that belong to java.lang, or are considered essential as to justify existence in java.lang.
34
34
<dependency >
35
35
<groupId >org.libj</groupId >
36
36
<artifactId >test</artifactId >
37
- <version >0.7.0-SNAPSHOT </version >
37
+ <version >0.7.0</version >
38
38
<scope >test</scope >
39
39
</dependency >
40
40
</dependencies >
You can’t perform that action at this time.
0 commit comments