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

Commit a58b554

Browse files
committed
version 3.0.2
1 parent 0ea779c commit a58b554

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

4+
### v3.0.2 (2018-04-12)
5+
* Bugfix: fix typo in JVMOptions expansion on java exec call (PR #63, Thanks to @michaelweiser for his contribution)
6+
* Added a basic Travis CI build pipeline running a `shellcheck` test for errors and executing the basic testsuite
7+
48
### v3.0.1 (2018-03-10)
59
* Bugfix: remove build number from JVM version number when creating comparable version number or extracting major version (fixes #61)
610

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-03-10 #
15-
# @version 3.0.1 #
14+
# @date 2018-04-12 #
15+
# @version 3.0.2 #
1616
# #
1717
##################################################################################
1818
# #

0 commit comments

Comments
 (0)