This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 0327a256c591f8bea36eddbfe692ef65af0883e1 Author: Felix Schumacher <[email protected]> AuthorDate: Thu Jul 7 17:27:50 2022 +0200 Only bug fixes for now, so set next version to 5.5.1 --- gradle.properties | 2 +- xdocs/changes.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 94d3f4c0e8..874c65a520 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ kotlin.code.style=official # This is version for Apache JMeter itself # Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts # Release version can be generated by using -Prelease or -Prc=<int> arguments -jmeter.version=5.6 +jmeter.version=5.5.1 # Tools checkstyle.version=9.3 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index a1d8771a71..65147fb68d 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -46,9 +46,9 @@ Earlier changes are detailed in the <a href="changes_history.html">History of Pr </note> -<!-- =================== 5.6 =================== --> +<!-- =================== 5.5.1 =================== --> -<h1>Version 5.6</h1> +<h1>Version 5.5.1</h1> <p> Summary </p>
