Remove quotes from tags property 95/2695/1
authorJerry Flood <jf9860@att.com>
Wed, 29 Mar 2017 20:04:38 +0000 (16:04 -0400)
committerJerry 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

index d470221..cab81e0 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="${release_version} ${major}.${minor}-STAGING-latest"
+tags=${release_version} ${major}.${minor}-STAGING-latest