diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-10-12 04:47:33 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-10-12 04:47:41 +0800 |
commit | dec68a16d5637fc4c90657d8ea9a5ea23963b936 (patch) | |
tree | 3e94c999e713bf9cf347f79afe4fdeba738371fb /huawei/vnfmadapter | |
parent | e0433c325ed7dd179b5b84206818732235858947 (diff) |
Update the version.property file directory
Issue-ID: VFC-515
Change-Id: I40b628825434c526bf47980179d321d43449ddfb
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'huawei/vnfmadapter')
-rw-r--r-- | huawei/vnfmadapter/version.properties | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/huawei/vnfmadapter/version.properties b/huawei/vnfmadapter/version.properties deleted file mode 100644 index 0a53751c..00000000 --- a/huawei/vnfmadapter/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=0
-
-base_version=${major}.${minor}.${patch}
-
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file |