Update copyright year in documentation.

See: #4497
This commit is contained in:
Christoph Strobl
2023-09-08 14:10:48 +02:00
parent 34d27ac151
commit 66c4a3bd80
3 changed files with 20 additions and 1 deletions

View File

@@ -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>