This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new a1ed3a2ac6 Update website copyright year to 2023
a1ed3a2ac6 is described below

commit a1ed3a2ac61ffea91033edd86a7a690857d87920
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Mar 6 14:02:41 2023 +0100

    Update website copyright year to 2023
    
    Do we really need the year here?
---
 xdocs/stylesheets/website-style.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/stylesheets/website-style.xsl 
b/xdocs/stylesheets/website-style.xsl
index 445d5810ab..9832f58a93 100644
--- a/xdocs/stylesheets/website-style.xsl
+++ b/xdocs/stylesheets/website-style.xsl
@@ -38,7 +38,7 @@
   <xsl:param name="cssdir" select="concat($relative-path, '/css')" />
   <xsl:param name="apidir" select="concat($relative-path, '/api')" />
   <xsl:param name="jakarta-site" select="'https://jakarta.apache.org'" />
-  <xsl:param name="year" select="'2022'" />
+  <xsl:param name="year" select="'2023'" />
   <xsl:param name="max-img-width" select="'600'" />
 
   <!-- Output method -->

Reply via email to