Add version.properties file for resmanagement 51/9351/1
authorluxin <luxin7@huawei.com>
Wed, 30 Aug 2017 09:16:56 +0000 (17:16 +0800)
committerluxin <luxin7@huawei.com>
Wed, 30 Aug 2017 09:16:56 +0000 (17:16 +0800)
Change-Id: I6ebf5a6b5e0b7478262ccb620dcda3a8d92e1921
Issue-Id:VFC-194
Signed-off-by: luxin <luxin7@huawei.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/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