Skip to content

Commit ddd7e67

Browse files
committed
Polishing.
Use dynamic copyright year. See #2685
1 parent d97e8ec commit ddd7e67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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
BioMed Central Development Team; Oliver Drotbohm; Greg Turnquist; Christoph Strobl; Peter-Josef Meisch
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

Lines changed: 1 addition & 0 deletions
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)