Add version.properties for vfc-resmanagement 03/18103/1
authorluxin <luxin7@huawei.com>
Wed, 11 Oct 2017 02:27:45 +0000 (10:27 +0800)
committerluxin <luxin7@huawei.com>
Wed, 11 Oct 2017 02:27:45 +0000 (10:27 +0800)
Change-Id: Id9ef23f20debfd9978c978663f1656e298fd4c14
Issue-Id:VFC-510
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/deployment/version.properties [new file with mode: 0644]

diff --git a/ResmanagementService/deployment/version.properties b/ResmanagementService/deployment/version.properties
new file mode 100644 (file)
index 0000000..0a53751
--- /dev/null
@@ -0,0 +1,13 @@
+###########################################################\r
+# Versioning variables\r
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
+# because they are used in Jenkins, whose plug-in doesn't support\r
+\r
+major=1\r
+minor=0\r
+patch=0\r
+\r
+base_version=${major}.${minor}.${patch}\r
+\r
+release_version=${base_version}\r
+snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file