Add version.properties for vfc-gvnfm-vnflcm 41/10041/1
authorfujinhua <fu.jinhua@zte.com.cn>
Sat, 2 Sep 2017 01:44:57 +0000 (09:44 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Sat, 2 Sep 2017 01:44:57 +0000 (09:44 +0800)
Issue-Id VFC-234

Change-Id: I9d0c314aa1a387229a5912116ba5143b1be346b1
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/version.properties [new file with mode: 0644]

diff --git a/lcm/version.properties b/lcm/version.properties
new file mode 100644 (file)
index 0000000..7f86aa1
--- /dev/null
@@ -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