mirror of https://github.com/apache/jmeter.git
Prepare next release 5.1: update docs tree and overview (RC1)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853306 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ad5ebfe01b
This commit is contained in:
parent
0ff8816b9d
commit
5c69827f6a
|
@ -49,7 +49,7 @@ public final class JMeterVersion {
|
|||
* This ensures that JMeterUtils always gets the correct
|
||||
* version, even if JMeterUtils is not re-compiled during the build.
|
||||
*/
|
||||
private static final String VERSION = "5.1-SNAPSHOT";
|
||||
private static final String VERSION = "5.1";
|
||||
|
||||
private static final String IMPLEMENTATION;
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!DOCTYPE document
|
||||
[
|
||||
<!ENTITY release '5.0'>
|
||||
<!ENTITY release '5.1'>
|
||||
<!ENTITY hellip "…" >
|
||||
]>
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
|||
<a href="https://www.apache.org/dist/jmeter/KEYS">KEYS</a>
|
||||
</p>
|
||||
</section>
|
||||
<section name="Apache JMeter &release; (Requires Java 8 or 9.)">
|
||||
<section name="Apache JMeter &release; (Requires Java 8+)">
|
||||
<subsection name="Binaries" anchor="binaries">
|
||||
<table>
|
||||
<tr>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<!-- This file is copied into the Javadoc overview -->
|
||||
<html>
|
||||
<body>
|
||||
This is the documentation for Apache JMeter version 5.0 API.
|
||||
@version 5.0
|
||||
This is the documentation for Apache JMeter version 5.1 API.
|
||||
@version 5.1
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue