|
|
|
@ -14,13 +14,11 @@ module Docs
|
|
|
|
|
options[:skip_patterns] = [/legal/]
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
Copyright © 2002–2020 Pivotal, Inc. All Rights Reserved.
|
|
|
|
|
Copyright © 2002–2021 Pivotal, Inc. All Rights Reserved.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
version do
|
|
|
|
|
self.release = '2.4.0'
|
|
|
|
|
self.base_url = "https://docs.spring.io/spring-boot/docs/#{release}/reference/html/"
|
|
|
|
|
end
|
|
|
|
|
self.release = '2.6.1'
|
|
|
|
|
self.base_url = "https://docs.spring.io/spring-boot/docs/#{release}/reference/html/"
|
|
|
|
|
|
|
|
|
|
def get_latest_version(opts)
|
|
|
|
|
get_latest_github_release('spring-projects', 'spring-boot', opts)
|
|
|
|
|