Fix the docker build failed for vfc-nfvo-wfengine 01/14901/1
authorZhaoxing <meng.zhaoxing1@zte.com.cn>
Mon, 25 Sep 2017 01:13:12 +0000 (09:13 +0800)
committerZhaoxing <meng.zhaoxing1@zte.com.cn>
Mon, 25 Sep 2017 01:13:12 +0000 (09:13 +0800)
Change-Id: Ib60f525d29de734d34096adf9cbe7b42a5c695ed
Issue-id: VFC-445
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..9182f2a
--- /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=0
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file