mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Spring Boot documentation (2.7.0)
This commit is contained in:
parent
f6570b54b4
commit
3c41a14490
2 changed files with 4 additions and 3 deletions
|
@ -839,7 +839,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
|
||||
], [
|
||||
'Spring Boot',
|
||||
'2002-2021 Pivotal, Inc. All Rights Reserved.',
|
||||
'2002-2022 Pivotal, Inc. All Rights Reserved.',
|
||||
'Apache License 2.0',
|
||||
'https://raw.githubusercontent.com/spring-projects/spring-boot/master/LICENSE.txt'
|
||||
], [
|
||||
|
|
|
@ -13,11 +13,12 @@ module Docs
|
|||
|
||||
options[:skip_patterns] = [/legal/]
|
||||
|
||||
# https://github.com/spring-projects/spring-boot/blob/main/buildSrc/src/main/resources/NOTICE.txt
|
||||
options[:attribution] = <<-HTML
|
||||
Copyright © 2002–2021 Pivotal, Inc. All Rights Reserved.
|
||||
Copyright © 2002–2022 Pivotal, Inc. All Rights Reserved.
|
||||
HTML
|
||||
|
||||
self.release = '2.6.1'
|
||||
self.release = '2.7.0'
|
||||
self.base_url = "https://docs.spring.io/spring-boot/docs/#{release}/reference/html/"
|
||||
|
||||
def get_latest_version(opts)
|
||||
|
|
Loading…
Reference in a new issue