diff options
author | luxin <luxin7@huawei.com> | 2017-12-20 09:45:06 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-12-20 09:45:06 +0800 |
commit | 66eb7dabd0eeee28abbed2dc915c4a283eeb54f8 (patch) | |
tree | 372b739cbf29fbefc6ef587f908e20f6840b46a4 | |
parent | 21b1aed722ceb0bdb5cf33bd3826866348afb760 (diff) |
Delete version.properties in subfolder
Change-Id: I8943a5322bd5fde6605c53db68d5035c385d5565
Issue-ID: VFC-624
Signed-off-by: luxin <luxin7@huawei.com>
-rw-r--r-- | huawei/version.properties | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/huawei/version.properties b/huawei/version.properties deleted file mode 100644 index 9237c6a4..00000000 --- a/huawei/version.properties +++ /dev/null @@ -1,13 +0,0 @@ -###########################################################
-# 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=2
-
-base_version=${major}.${minor}.${patch}
-
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file |