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/07 10:36:58 UTC

[jmeter] branch master updated: dist.apache.org: sources -> source

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 7fa6e92  dist.apache.org: sources -> source
7fa6e92 is described below

commit 7fa6e9233b499c9a0c079c395a855331daccc8d5
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Thu Nov 7 13:34:26 2019 +0300

    dist.apache.org: sources -> source
---
 build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 9ead1af..698da87 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -125,7 +125,7 @@ releaseParams {
         // All the release versions are put under release/jmeter/{source,binary}
         releaseFolder.set("release/jmeter")
         releaseSubfolder.apply {
-            put(Regex("_src\\."), "sources")
+            put(Regex("_src\\."), "source")
             put(Regex("."), "binaries")
         }
     }