Skip to content

Commit

Permalink
Issue #160: Update Specification doc copyright to include 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolucci committed Oct 1, 2021
1 parent 139f92c commit 1f93192
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions spec/pom.xml
Expand Up @@ -82,6 +82,25 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.1.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>
<locale>en_US</locale>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
Expand Down Expand Up @@ -162,6 +181,7 @@
<revnumber>${project.version}</revnumber>
<revremark>${status}</revremark>
<revdate>${revisiondate}</revdate>
<revyear>${current.year}</revyear>
</attributes>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/license-efsl.adoc
Expand Up @@ -10,7 +10,7 @@ Release: {revdate}
....

== Copyright
Copyright (c) 2018, 2020 Eclipse Foundation.
Copyright (c) 2018, {revyear} Eclipse Foundation.

=== Eclipse Foundation Specification License

Expand Down

0 comments on commit 1f93192

Please sign in to comment.