You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/02/10 10:21:52 UTC

[tomcat-native] branch main updated: Calculate year rather than manually updating

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 <ma...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org