diff options
author | luxin <luxin7@huawei.com> | 2017-08-30 17:16:56 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-08-30 17:16:56 +0800 |
commit | 8f15590f99d86626665545cc8be77115ca6bb9ba (patch) | |
tree | 5fc554b8766c86fe378bc5d14f0f7b13eac7a298 | |
parent | cb5018ceb56b983f4c0dca1f0eee9c94c1404b8f (diff) |
Add version.properties file for resmanagement
Change-Id: I6ebf5a6b5e0b7478262ccb620dcda3a8d92e1921
Issue-Id:VFC-194
Signed-off-by: luxin <luxin7@huawei.com>
-rw-r--r-- | version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..0a53751 --- /dev/null +++ b/version.properties @@ -0,0 +1,13 @@ +###########################################################
+# 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=0
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file |