Skip to content

Commit

Permalink
Update default Java version to 8u60.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bronn committed Aug 28, 2015
1 parent 6196f2c commit e89ffa8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.2 (08/28/2015)

IMPROVEMENTS:
* Updated default Java version to 8u60.

## 1.0.1 (08/17/2015)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Downloads and installs [IIS Express 8](http://www.microsoft.com/en-ca/download/d
### `windows::java`

Automatically downloads and installs Java from Oracle. Currently, it uses
Java 8 Update 51. Use of this class implies your acceptance of the
Java 8 Update 60. Use of this class implies your acceptance of the
[Oracle Binary Code License Agreement for SE Platform Products](http://www.oracle.com/technetwork/java/javase/terms/license/index.html).

### `windows::nssm`
Expand Down
4 changes: 2 additions & 2 deletions manifests/java.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#
class windows::java(
$version = '8',
$update = '51',
$build = '16',
$update = '60',
$build = '27',
$base_url = 'http://download.oracle.com/otn-pub/java/jdk/',
$arch = undef,
$referrer = 'http://edelivery.oracle.com',
Expand Down

0 comments on commit e89ffa8

Please sign in to comment.