Skip to content

Commit

Permalink
release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jan 8, 2013
1 parent a0147b5 commit 92a12d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.8.0:

* [COOK-2095] - Add windows support

## v1.7.0:

* [COOK-2001] - improvements for Oracle update-alternatives
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0"
version "1.8.0"

recipe "java", "Installs Java runtime"
recipe "java::openjdk", "Installs the OpenJDK flavor of Java"
Expand All @@ -16,4 +16,4 @@
supports os
end

depends "windows"
depends "windows"

0 comments on commit 92a12d1

Please sign in to comment.