[RELEASE] Add version.properties 12/121512/2
authormorganrol <morgan.richomme@orange.com>
Mon, 24 May 2021 07:04:30 +0000 (09:04 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Tue, 25 May 2021 13:55:55 +0000 (13:55 +0000)
Tested on guilin branch, we can now include a version properties
that could be used to release xtesting images.

Issue-ID: INT-1884

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: If624e68a11712d349c08d253d2bad017973353ef

version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..0182ba1
--- /dev/null
@@ -0,0 +1,11 @@
+# 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=8
+minor=0
+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