Update Spring Boot documentation (2.7.0)

This commit is contained in:
Simon Legner 2022-05-25 21:29:34 +02:00
parent f6570b54b4
commit 3c41a14490
2 changed files with 4 additions and 3 deletions

View file

@ -839,7 +839,7 @@ credits = [
'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE' 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
], [ ], [
'Spring Boot', 'Spring Boot',
'2002-2021 Pivotal, Inc. All Rights Reserved.', '2002-2022 Pivotal, Inc. All Rights Reserved.',
'Apache License 2.0', 'Apache License 2.0',
'https://raw.githubusercontent.com/spring-projects/spring-boot/master/LICENSE.txt' 'https://raw.githubusercontent.com/spring-projects/spring-boot/master/LICENSE.txt'
], [ ], [

View file

@ -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 &copy; 20022021 Pivotal, Inc. All Rights Reserved. Copyright &copy; 20022022 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)