prepare new version 5.6.3

This commit is contained in:
Milamber 2023-12-31 10:34:31 +01:00
parent 945281cfaa
commit 6c2a009159
No known key found for this signature in database
GPG Key ID: AC214CAA0612B399
3 changed files with 3 additions and 3 deletions

2
NOTICE
View File

@ -1,5 +1,5 @@
Apache JMeter
Copyright 1998-2023 The Apache Software Foundation
Copyright 1998-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

View File

@ -18,7 +18,7 @@
<!DOCTYPE document
[
<!ENTITY release '5.6.2'>
<!ENTITY release '5.6.3'>
<!ENTITY hellip "&#x02026;" >
]>

View File

@ -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="'2023'" />
<xsl:param name="year" select="'2024'" />
<xsl:param name="max-img-width" select="'600'" />
<!-- Output method -->