[devdocsgjs/main: 29/76] Update Spring Boot documentation (2.7.0)




commit 3c41a1449045ecca2ff6be2bb17ac836ce24d339
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed May 25 21:29:34 2022 +0200

    Update Spring Boot documentation (2.7.0)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/spring_boot.rb                     | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 86cb9c7d..cfcf8523 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -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'
   ], [
diff --git a/lib/docs/scrapers/spring_boot.rb b/lib/docs/scrapers/spring_boot.rb
index 224c48be..6cec5faf 100644
--- a/lib/docs/scrapers/spring_boot.rb
+++ b/lib/docs/scrapers/spring_boot.rb
@@ -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 &copy; 2002–2021 Pivotal, Inc. All Rights Reserved.
+    Copyright &copy; 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]