You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2019/11/27 18:13:06 UTC

[jmeter] branch master updated: Pretend the upcoming version will be 5.3 (gradle.properties)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new d3d7fdd  Pretend the upcoming version will be 5.3 (gradle.properties)
d3d7fdd is described below

commit d3d7fdd91679406dfbadceaf0afaa8e95106e7cc
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Wed Nov 27 21:12:53 2019 +0300

    Pretend the upcoming version will be 5.3 (gradle.properties)
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 7bc52c8..ac8968b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
 # 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.2.1
+jmeter.version=5.3
 
 # Tools
 checkstyle.version=8.22