Skip to content

Commit cb21afe

Browse files
committed
Release v1.31.0
1 parent 36ada9f commit cb21afe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

5+
v1.30 - 2/3/2015
6+
-------
7+
- Update to latest JDKs for 6 and 7. JDK7 will be EOL April 2015
8+
- Fix up Travis support.
9+
- Add ability to install JCE policy files for oracle JDK #228
10+
- Change connect timeout to 30 seconds
11+
512
v1.29.0 - 11/14/2014
613
-------
714
### Bug

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.30.0"
7+
version "1.31.0"
88

99
recipe "java::default", "Installs Java runtime"
1010
recipe "java::default_java_symlink", "Updates /usr/lib/jvm/default-java"

0 commit comments

Comments
 (0)