This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 416be6364 Calculate year rather than manually updating
416be6364 is described below
commit 416be6364df2bb6c1fbc2b6e86d71069165a074a
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Feb 10 10:21:19 2023 +0000
Calculate year rather than manually updating
---
build.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index afd1dfad4..227cb86df 100644
--- a/build.xml
+++ b/build.xml
@@ -30,7 +30,9 @@
<property name="project" value="tomcat-native" />
<property name="name" value="Tomcat Native" />
<property name="title" value="Tomcat Native Library"/>
- <property name="year" value="2022" />
+ <tstamp>
+ <format property="year" pattern="yyyy" locale="en" timezone="UTC"/>
+ </tstamp>
<property name="test.runner" value="junit.textui.TestRunner"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]