Browse Source

Update copyright year in documentation.

See: #4497
pull/4498/head
Christoph Strobl 2 years ago
parent
commit
66c4a3bd80
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  1. 18
      spring-data-mongodb-distribution/pom.xml
  2. 2
      src/main/antora/modules/ROOT/pages/index.adoc
  3. 1
      src/main/antora/resources/antora-resources/antora.yml

18
spring-data-mongodb-distribution/pom.xml

@ -32,6 +32,24 @@ @@ -32,6 +32,24 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<id>timestamp-property</id>
<goals>
<goal>timestamp-property</goal>
</goals>
<phase>validate</phase>
<configuration>
<name>current.year</name>
<pattern>yyyy</pattern>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>

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

@ -17,6 +17,6 @@ https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New, @@ -17,6 +17,6 @@ https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New,
Mark Pollack; Thomas Risberg; Oliver Gierke; Costin Leau; Jon Brisbin; Thomas Darimont; Christoph Strobl; Mark Paluch; Jay Bryant
(C) 2008-2022 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.

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

@ -4,6 +4,7 @@ prerelease: ${antora-component.prerelease} @@ -4,6 +4,7 @@ prerelease: ${antora-component.prerelease}
asciidoc:
attributes:
version: ${project.version}
copyright-year: ${current.year}
springversionshort: ${spring.short}
springversion: ${spring}
attribute-missing: 'warn'

Loading…
Cancel
Save