This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 967644f18 Calculate year rather than manually updating
967644f18 is described below
commit 967644f185991d494b30852c743062e5fc5449f8
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 9db38fa12..c511fc473 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]