aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-07-11 16:49:03 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-07-12 12:45:46 -0400
commitfd23f3cf7c22ef284de0338c9fd380d5f189a87f (patch)
tree0b3733f08751cc35cb8dc8381c768eb837181d72 /version.properties
parent19456428c5caeac09f83c18770f469419849f28b (diff)
Add skeleton files for ccsdk/features
Add initial skeleton files for ccsdk/features repository. Updated LICENSE with current approved text. Change-Id: I1240daba8eb561b02aa2279a2cb03e51f54852d6 Issue-ID: CCSDK-359 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 000000000..4c1c6c69a
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,15 @@
+###########################################################
+# 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
+
+
+release_name=0
+sprint_number=3
+feature_revision=0
+
+base_version=${release_name}.${sprint_number}.${feature_revision}
+
+release_version=${base_version}-STAGING
+snapshot_version=${base_version}-SNAPSHOT
+