We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cf296 commit 82a284cCopy full SHA for 82a284c
CHANGELOG.md
@@ -2,6 +2,10 @@ Java Cookbook CHANGELOG
2
=======================
3
This file is used to list changes made in each version of the Java cookbook.
4
5
+v1.27.0 - 8/22/2014
6
+-------
7
+- Update Oracle JDK8 to version 8u20
8
+
9
v1.26.0 - 8/16/2014
10
-------
11
- **[#201](https://github.com/agileorbit-cookbooks/java/pull/201)** - Allow pinning of package versions for openjdk
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs Java runtime."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.26.0"
+version "1.27.0"
recipe "java::default", "Installs Java runtime"
recipe "java::default_java_symlink", "Updates /usr/lib/jvm/default-java"
0 commit comments