use new VERSION_DATE constant in JSP file

Sun, 18 May 2025 12:49:17 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 18 May 2025 12:49:17 +0200
changeset 370
ec919d255757
parent 369
f8bc78c5f2da
child 371
3795a72e2f16

use new VERSION_DATE constant in JSP file

src/main/webapp/WEB-INF/jsp/site.jsp file | annotate | diff | comparison | revisions
--- a/src/main/webapp/WEB-INF/jsp/site.jsp	Sun May 18 12:48:06 2025 +0200
+++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Sun May 18 12:49:17 2025 +0200
@@ -31,7 +31,7 @@
 <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
 
 <%-- Version suffix for forcing browsers to update the CSS / JS files --%>
-<c:set scope="page" var="versionSuffix" value="20250517"/>
+<c:set scope="page" var="versionSuffix" value="${Constants.VERSION_DATE}"/>
 
 <%-- Make the base href easily available at request scope --%>
 <c:set scope="page" var="baseHref" value="${requestScope[Constants.REQ_ATTR_BASE_HREF]}"/>

mercurial