Polishing.

Use dynamic copyright year.

See #2685
This commit is contained in:
Mark Paluch 2023-09-11 09:05:33 +02:00
parent d97e8eca41
commit ddd7e67d1d
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
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,
BioMed Central Development Team; Oliver Drotbohm; Greg Turnquist; Christoph Strobl; Peter-Josef Meisch BioMed Central Development Team; Oliver Drotbohm; Greg Turnquist; Christoph Strobl; Peter-Josef Meisch
(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. 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: asciidoc:
attributes: attributes:
copyright-year: ${current.year}
version: ${project.version} version: ${project.version}
springversionshort: ${spring.short} springversionshort: ${spring.short}
springversion: ${spring} springversion: ${spring}