Add version property of sfc-driver 41/8741/1
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 25 Aug 2017 04:08:51 +0000 (12:08 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Fri, 25 Aug 2017 04:08:51 +0000 (12:08 +0800)
Change-Id: I5a1d678e63d6db1f3da5c49f64ab9bb2d50c3580
Issue-Id: VFC-166
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
zte/sfc-driver/version.properties [new file with mode: 0644]

diff --git a/zte/sfc-driver/version.properties b/zte/sfc-driver/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