Polishing.

Use dynamic copyright year.

See #2703
This commit is contained in:
Mark Paluch
2023-09-11 09:01:09 +02:00
parent 001456447b
commit 68c77b9a69
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,6 @@ https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New,
Costin Leau, Jennifer Hickey, Christoph Strobl, Thomas Darimont, 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}