Skip to content

Commit e144746

Browse files
author
Sean OMeara
committed
Version bump to v1.15.4
1 parent 355ec15 commit e144746

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Java Cookbook CHANGELOG
33
This file is used to list changes made in each version of the Java cookbook.
44

55

6+
v1.15.4
7+
-------
8+
[COOK-4210] - remove unneeded run_command to prevent zombie processes
9+
10+
611
v1.15.2
712
-------
813
[CHEF-4210] remove unneeded run_command to prevent zombie processes

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license "Apache 2.0"
55
description "Installs Java runtime."
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.15.3"
7+
version "1.15.4"
88

99
recipe "java", "Installs Java runtime"
1010
recipe "java::openjdk", "Installs the OpenJDK flavor of Java"

0 commit comments

Comments
 (0)