Skip to content

Commit

Permalink
Version bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 committed Sep 18, 2014
1 parent 4899322 commit dbe2069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"amazon": ">= 0.0.0",
"centos": ">= 0.0.0",
"debian": ">= 0.0.0",
"redhat": ">= 0.0.0",
Expand All @@ -17,7 +18,7 @@
"apt": ">= 0.0.0"
},
"recommendations": {
"java": ">= 1.21.2"
"java": "~> 1.21"
},
"suggestions": {
},
Expand All @@ -42,5 +43,5 @@
},
"recipes": {
},
"version": "1.3.2"
"version": "1.4.0"
}
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Hadoop (HDFS/YARN/MRv2), HBase, Hive, Oozie, Pig, and ZooKeeper'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.3.2'
version '1.4.0'

depends 'yum', '>= 3.0'
depends 'apt'
Expand Down

0 comments on commit dbe2069

Please sign in to comment.