Polishing.

Use dynamic copyright year for docs.

See #1597
This commit is contained in:
Mark Paluch
2023-09-11 08:59:52 +02:00
parent 4cf07be37c
commit c50942a2a8
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,6 @@ https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New,
Jens Schauder, Jay Bryant, Mark Paluch, Bastian Wilhelm
(C) 2008-2023 VMware, Inc.
(C) 2008-{copyright-year} VMware, Inc.
Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

View File

@@ -3,6 +3,7 @@ prerelease: ${antora-component.prerelease}
asciidoc:
attributes:
copyright-year: ${current.year}
version: ${project.version}
springversionshort: ${spring.short}
springversion: ${spring}