diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-02 09:42:05 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-02 09:42:05 +0800 |
commit | 1f5706978d03af64440cfc5a844173d941ce7b7d (patch) | |
tree | 02eff4afcea1c535afab0710508b9f450783509c | |
parent | 5de79ec47643e6b400f779f467b5fa22f92fc1b0 (diff) |
Add version.properties for vfc-nfvo-lcm
Change-Id: Icb5c342289006983d547ee65eeed7988698ee005
Issue-Id: VFC-233
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-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 00000000..7f86aa15 --- /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=1 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |