Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 6c2794d

Browse files
committed
version 3.0.3
1 parent b0b0250 commit 6c2794d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ChangeLog
22
---------
33

4+
### v3.0.3 (2018-07-29)
5+
* Bugfix: changes for the new Java 10 `java -version` formatting (#66)
6+
47
### v3.0.2 (2018-04-12)
58
* Bugfix: fix typo in JVMOptions expansion on java exec call (PR #63, Thanks to @michaelweiser for his contribution)
69
* Added a basic Travis CI build pipeline running a `shellcheck` test for errors and executing the basic testsuite

src/universalJavaApplicationStub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# #
1212
# @author Tobias Fischer #
1313
# @url https://github.com/tofi86/universalJavaApplicationStub #
14-
# @date 2018-04-12 #
15-
# @version 3.0.2 #
14+
# @date 2018-07-29 #
15+
# @version 3.0.3 #
1616
# #
1717
##################################################################################
1818
# #

0 commit comments

Comments
 (0)