Skip to content

Commit

Permalink
Expose build variable for copyright year for documentation usage.
Browse files Browse the repository at this point in the history
Closes #2104
  • Loading branch information
mp911de committed Sep 11, 2023
1 parent 86a9cc8 commit bef1660
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@
<replaceregex pattern="([\d]+\.[\d]+\.[\d]+)(.*)" replace="\1"/>
</filterchain>
</loadresource>
<tstamp>
<format property="current.year" pattern="yyyy"/>
</tstamp>
</target>
<exportAntProperties>true</exportAntProperties>
</configuration>
Expand Down

0 comments on commit bef1660

Please sign in to comment.