Skip to content

Commit 7e6fffd

Browse files
committed
Prepare release [skip ci]
1 parent 1aef1a3 commit 7e6fffd

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<parent>
2323
<groupId>org.libj</groupId>
2424
<artifactId>libj</artifactId>
25-
<version>0.9.6-SNAPSHOT</version>
25+
<version>0.9.6</version>
2626
</parent>
2727
<artifactId>lang</artifactId>
28-
<version>0.7.4-SNAPSHOT</version>
28+
<version>0.7.4</version>
2929
<name>LibJ Lang</name>
3030
<description>
3131
Supplementary utilities for classes that belong to java.lang, or are considered essential as to justify existence in java.lang.
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.libj</groupId>
3636
<artifactId>test</artifactId>
37-
<version>0.7.0-SNAPSHOT</version>
37+
<version>0.7.0</version>
3838
<scope>test</scope>
3939
</dependency>
4040
</dependencies>

0 commit comments

Comments
 (0)