summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-05-15 12:02:04 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-05-15 12:02:10 -0400
commit309027f8c2e6d4ef6284ed39ef998ec033d1c2a3 (patch)
tree0bef73bbcac0216d146a005873b3c007094c90e8 /version.properties
parent5238790454fac602184ed70a6d97fcd372530367 (diff)
Update to remove the -SNAPSHOT for release
Issue-ID: AAI-1139 Change-Id: Id25c88c65816459dbbd2d8e305f5e0005b9139b2 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties14
1 files changed, 0 insertions, 14 deletions
diff --git a/version.properties b/version.properties
deleted file mode 100644
index 9c95207..0000000
--- a/version.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-###########################################################
-# Versioning variables
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
-# because they are used in Jenkins, whose plug-in doesn't support
-
-major_version=1
-minor_version=2
-patch_version=0
-
-base_version=${major_version}.${minor_version}.${patch_version}
-
-# Release must be completed with GIT information # in Jenkins
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT