Code Review
/
testsuite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8db6fc6
)
Remove quotes from tags property
95/2695/1
author
Jerry Flood
<jf9860@att.com>
Wed, 29 Mar 2017 20:04:38 +0000
(16:04 -0400)
committer
Jerry Flood
<jf9860@att.com>
Wed, 29 Mar 2017 20:04:47 +0000
(16:04 -0400)
Change-Id: I00ab32493dbb02b019f1aa72dc3519e30100f6c7
Signed-off-by: Jerry Flood <jf9860@att.com>
version.properties
patch
|
blob
|
history
diff --git
a/version.properties
b/version.properties
index
d470221
..
cab81e0
100644
(file)
--- 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=
"${release_version} ${major}.${minor}-STAGING-latest"
+tags=
${release_version} ${major}.${minor}-STAGING-latest