Skip to content

Commit e481e20

Browse files
committed
Polishing.
Use dynamic copyright year. See #1429
1 parent f63e748 commit e481e20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/antora/modules/ROOT/pages/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New,
1717

1818
David Webb, Matthew Adams, John Blum, Mark Paluch, Jay Bryant
1919

20-
(C) 2008-2023 VMware, Inc.
20+
(C) 2008-{copyright-year} VMware, Inc.
2121

2222
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.

src/main/antora/resources/antora-resources/antora.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ prerelease: ${antora-component.prerelease}
33

44
asciidoc:
55
attributes:
6+
copyright-year: ${current.year}
67
version: ${project.version}
78
springversionshort: ${spring.short}
89
springversion: ${spring}

0 commit comments

Comments
 (0)