diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-02 09:44:57 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-02 09:44:57 +0800 |
commit | e62594477de42ffff0431984d2de14acf8c71eae (patch) | |
tree | c62623ed35382d0d5a9f17d08ef1512c4049212f /lcm | |
parent | 0750bee8cfa8612105455bea35b5514b193354a5 (diff) |
Add version.properties for vfc-gvnfm-vnflcm
Issue-Id VFC-234
Change-Id: I9d0c314aa1a387229a5912116ba5143b1be346b1
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lcm/version.properties b/lcm/version.properties new file mode 100644 index 00000000..7f86aa15 --- /dev/null +++ b/lcm/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 |