Add initial codes
[it/test.git] / ric_robot_suite / version.properties
diff --git a/ric_robot_suite/version.properties b/ric_robot_suite/version.properties
new file mode 100644 (file)
index 0000000..ac51f1f
--- /dev/null
@@ -0,0 +1,14 @@
+# 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=0
+minor=2
+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
+tags="latest ${base_version}-STAGING-latest"