Fix broken tags property in version.properties 49/3549/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 19 Apr 2017 17:40:45 +0000 (10:40 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 19 Apr 2017 17:40:45 +0000 (10:40 -0700)
The quotes in properties files are considered part
of the string.  The quotes on the tags property
were causing testsuite-master-2scm-docker-shell-daily
Jenkins job to fail.  This change fixes the issue.

Change-Id: Ied196d89342a469aa28674a0ec142eab260bf292
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
version.properties

index 51f0d0d..ce1481c 100644 (file)
@@ -11,4 +11,4 @@ base_version=${major}.${minor}.${patch}
 # Release must be completed with git revision # in Jenkins
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT
-tags="latest"
+tags=latest