Polishing.

Use dynamic copyright year.

See #1429
This commit is contained in:
Mark Paluch
2023-09-11 09:02:14 +02:00
parent f63e7487ae
commit e481e208e9
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,6 @@ https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New,
David Webb, Matthew Adams, John Blum, Mark Paluch, Jay Bryant
(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}