mirror of https://github.com/apache/jmeter.git
prepare new version 5.6.3
This commit is contained in:
parent
945281cfaa
commit
6c2a009159
2
NOTICE
2
NOTICE
|
@ -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/).
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!DOCTYPE document
|
||||
[
|
||||
<!ENTITY release '5.6.2'>
|
||||
<!ENTITY release '5.6.3'>
|
||||
<!ENTITY hellip "…" >
|
||||
]>
|
||||
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue