mirror of https://github.com/apache/jmeter.git
Prepare next release 2.8: update docs tree and overview (RC1)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1391971 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: e973d4858f
This commit is contained in:
parent
7993624de6
commit
1e2c1fb2b3
|
@ -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 = "2.7";
|
||||
private static final String VERSION = "2.8";
|
||||
|
||||
private static final String IMPLEMENTATION;
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!DOCTYPE document
|
||||
[
|
||||
<!ENTITY release '2.7'>
|
||||
<!ENTITY release '2.8'>
|
||||
]>
|
||||
|
||||
<document>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<!-- This file is copied into the Javadoc overview -->
|
||||
<html>
|
||||
<body>
|
||||
This is the documentation for Apache JMeter version 2.7 API.
|
||||
@version 2.7
|
||||
This is the documentation for Apache JMeter version 2.8 API.
|
||||
@version 2.8
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue