Skip to content

Commit 82a284c

Browse files
committed
Release 1.27.0
1 parent 18cf296 commit 82a284c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Java Cookbook CHANGELOG
22
=======================
33
This file is used to list changes made in each version of the Java cookbook.
44

5+
v1.27.0 - 8/22/2014
6+
-------
7+
- Update Oracle JDK8 to version 8u20
8+
59
v1.26.0 - 8/16/2014
610
-------
711
- **[#201](https://github.com/agileorbit-cookbooks/java/pull/201)** - Allow pinning of package versions for openjdk

metadata.rb

+1-1
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.26.0"
7+
version "1.27.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)