Add version.properties

ccsdk parent daily build is failing because version.properties is missing

Issue-ID: CCSDK-59
Change-Id: I9c1ca7c26e7c0ea7bfa9c9afb48ecf43b56e81c2
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..287781b
--- /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=0
+feature_revision=1
+
+base_version=${release_name}.${sprint_number}.${feature_revision}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
+