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 The following commit(s) were added to refs/heads/master by this push: new 9e4ead5 Space police, mainly to trigger a CI run 9e4ead5 is described below commit 9e4ead5ec40178e3955d626629874843fcea86a2 Author: Felix Schumacher AuthorDate: Tue Feb 11 23:37:24 2020 +0100 Space police, mainly to trigger a CI run --- bin/upgrade.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/upgrade.properties b/bin/upgrade.properties index 182ba93..0ea494a 100644 --- a/bin/upgrade.properties +++ b/bin/upgrade.properties @@ -20,16 +20,16 @@ # # Format is as follows -- # for renamed test element & GUI classes: -# old.class.Name=new.class.Name -# old.class.Name|guiClassName=new.class.Name -# (e.g. for ConfigTestElement) +# old.class.Name=new.class.Name +# old.class.Name|guiClassName=new.class.Name +# (e.g. for ConfigTestElement) # # for renamed / deleted properties: -# class.Name/Old.propertyName=newPropertyName -# if newPropertyName is omitted, then property is deleted +# class.Name/Old.propertyName=newPropertyName +# if newPropertyName is omitted, then property is deleted # # for renamed values: -# old.class.Name.old.propertyName/oldValue=newValue +# old.class.Name.old.propertyName/oldValue=newValue # org.apache.jmeter.protocol.http.config.gui.UrlConfigGui=org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui