|
|
@ -13,11 +13,12 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
options[:skip_patterns] = [/legal/]
|
|
|
|
options[:skip_patterns] = [/legal/]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/spring-projects/spring-boot/blob/main/buildSrc/src/main/resources/NOTICE.txt
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
Copyright © 2002–2021 Pivotal, Inc. All Rights Reserved.
|
|
|
|
Copyright © 2002–2022 Pivotal, Inc. All Rights Reserved.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
self.release = '2.6.1'
|
|
|
|
self.release = '2.7.0'
|
|
|
|
self.base_url = "https://docs.spring.io/spring-boot/docs/#{release}/reference/html/"
|
|
|
|
self.base_url = "https://docs.spring.io/spring-boot/docs/#{release}/reference/html/"
|
|
|
|
|
|
|
|
|
|
|
|
def get_latest_version(opts)
|
|
|
|
def get_latest_version(opts)
|
|
|
|