summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-01 14:26:23 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-01 14:26:23 -0400
commit6b1320519eb99e3d929a6780163a0ebbaeea14ed (patch)
treeff5ee8c606bd5a7e0c75ca608550d9f14f064373 /version.properties
parent273c1c6817247bd3e87f865e3d80f548d84138ff (diff)
Fix versions1.5.1
Versions were set inconsistently in sdnc/apps - entire repo needs to have the same version number. Change-Id: I69cf0dd73cfaf2762f5fce7d0e9ff43fffd14709 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties11
1 files changed, 6 insertions, 5 deletions
diff --git a/version.properties b/version.properties
index eff345c..423a329 100644
--- a/version.properties
+++ b/version.properties
@@ -1,13 +1,14 @@
+###########################################################
# 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=1
-minor=4
-patch=1
+release_name=1
+sprint_number=5
+feature_revision=1
-base_version=${major}.${minor}.${patch}
+base_version=${release_name}.${sprint_number}.${feature_revision}
-# Release must be completed with git revision # in Jenkins
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
+