Skip to content

Commit 66c4a3b

Browse files
Update copyright year in documentation.
See: #4497
1 parent 34d27ac commit 66c4a3b

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

spring-data-mongodb-distribution/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@
3232
</resource>
3333
</resources>
3434
<plugins>
35+
<plugin>
36+
<groupId>org.codehaus.mojo</groupId>
37+
<artifactId>build-helper-maven-plugin</artifactId>
38+
<version>3.4.0</version>
39+
<executions>
40+
<execution>
41+
<id>timestamp-property</id>
42+
<goals>
43+
<goal>timestamp-property</goal>
44+
</goals>
45+
<phase>validate</phase>
46+
<configuration>
47+
<name>current.year</name>
48+
<pattern>yyyy</pattern>
49+
</configuration>
50+
</execution>
51+
</executions>
52+
</plugin>
3553
<plugin>
3654
<groupId>org.apache.maven.plugins</groupId>
3755
<artifactId>maven-resources-plugin</artifactId>

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
Mark Pollack; Thomas Risberg; Oliver Gierke; Costin Leau; Jon Brisbin; Thomas Darimont; Christoph Strobl; Mark Paluch; Jay Bryant
1919

20-
(C) 2008-2022 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
@@ -4,6 +4,7 @@ prerelease: ${antora-component.prerelease}
44
asciidoc:
55
attributes:
66
version: ${project.version}
7+
copyright-year: ${current.year}
78
springversionshort: ${spring.short}
89
springversion: ${spring}
910
attribute-missing: 'warn'

0 commit comments

Comments
 (0)