aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-04-19 10:40:45 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-04-19 10:40:45 -0700
commit2b2ee55e928c66980fceb22c02baa5b56bd576ec (patch)
treec5e1aa5a68ced239372d7ce899196c1a9487bc0d /version.properties
parent36267295676af437f5328e344aac0a5eaf58c5f5 (diff)
Fix broken tags property in version.properties
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>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties
index 51f0d0d1..ce1481cc 100644
--- a/version.properties
+++ b/version.properties
@@ -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