Skip to content

Commit

Permalink
Prepare next release 5.1.1: update docs tree and overview (RC1)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1855136 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 850e349
  • Loading branch information
milamberspace committed Mar 10, 2019
1 parent 2c82699 commit 932b9dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/org/apache/jmeter/util/JMeterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-SNAPSHOT";
private static final String VERSION = "5.1.1";

private static final String IMPLEMENTATION;

Expand Down
2 changes: 1 addition & 1 deletion xdocs/download_jmeter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!DOCTYPE document
[
<!ENTITY release '5.1'>
<!ENTITY release '5.1.1'>
<!ENTITY hellip "&#x02026;" >
]>

Expand Down
4 changes: 2 additions & 2 deletions xdocs/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- This file is copied into the Javadoc overview -->
<html>
<body>
This is the documentation for Apache JMeter version 5.1 API.
@version 5.1
This is the documentation for Apache JMeter version 5.1.1 API.
@version 5.1.1
</body>
</html>

0 comments on commit 932b9dc

Please sign in to comment.