Skip to content

Commit bef1660

Browse files
committed
Expose build variable for copyright year for documentation usage.
Closes #2104
1 parent 86a9cc8 commit bef1660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@
303303
<replaceregex pattern="([\d]+\.[\d]+\.[\d]+)(.*)" replace="\1"/>
304304
</filterchain>
305305
</loadresource>
306+
<tstamp>
307+
<format property="current.year" pattern="yyyy"/>
308+
</tstamp>
306309
</target>
307310
<exportAntProperties>true</exportAntProperties>
308311
</configuration>

0 commit comments

Comments
 (0)