Author: bodewig
Date: Thu Jun  4 16:22:21 2026
New Revision: 1934984

Log:
this way we won't forget to update security.txt

Added:
   ant/site/ant/sources/.well-known/
   ant/site/ant/sources/.well-known/security.txt   (contents, props changed)
Modified:
   ant/site/ant/build.xml
   ant/site/ant/production/.well-known/security.txt

Modified: ant/site/ant/build.xml
==============================================================================
--- ant/site/ant/build.xml      Thu Jun  4 16:12:52 2026        (r1934983)
+++ ant/site/ant/build.xml      Thu Jun  4 16:22:21 2026        (r1934984)
@@ -116,6 +116,15 @@
     </target>
 
     <target name="docs" if="AnakiaTask.present" depends="anakia,fixcrlf" 
description="Create XDocs.">
+      <tstamp>
+        <format property="eleven_months_from_now" pattern="yyyy-MM-dd"
+                offset="11" unit="month"/>
+      </tstamp>
+      <copy tofile="${docs.dest}/.well-known/security.txt"
+            file="${docs.src}/.well-known/security.txt"
+            overwrite="true">
+        <filterchain><expandproperties/></filterchain>
+      </copy>
     </target>
 
 </project>

Modified: ant/site/ant/production/.well-known/security.txt
==============================================================================
--- ant/site/ant/production/.well-known/security.txt    Thu Jun  4 16:12:52 
2026        (r1934983)
+++ ant/site/ant/production/.well-known/security.txt    Thu Jun  4 16:22:21 
2026        (r1934984)
@@ -1,4 +1,4 @@
 Contact: https://ant.apache.org/security.html
-Expires: 2026-07-31T00:00:00.000Z
+Expires: 2027-05-04T00:00:00.000Z
 Preferred-Languages: en
 Policy: https://ant.apache.org/security.html

Added: ant/site/ant/sources/.well-known/security.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ ant/site/ant/sources/.well-known/security.txt       Thu Jun  4 16:22:21 
2026        (r1934984)
@@ -0,0 +1,4 @@
+Contact: https://ant.apache.org/security.html
+Expires: ${eleven_months_from_now}T00:00:00.000Z
+Preferred-Languages: en
+Policy: https://ant.apache.org/security.html

Reply via email to