Update Apache Pig documentation (0.17.0)

pull/647/head
Thibaut Courouble 8 years ago
parent f26ea08687
commit f358e3b11c

@ -14,10 +14,15 @@ module Docs
options[:skip_patterns] = [/\Aapi/, /\Ajdiff/]
options[:attribution] = <<-HTML
&copy; 2007&ndash;2016 Apache Software Foundation<br>
&copy; 2007&ndash;2017 Apache Software Foundation<br>
Licensed under the Apache Software License version 2.0.
HTML
version '0.17' do
self.release = '0.17.0'
self.base_url = "https://pig.apache.org/docs/r#{release}/"
end
version '0.16' do
self.release = '0.16.0'
self.base_url = "https://pig.apache.org/docs/r#{release}/"

Loading…
Cancel
Save