[RELEASE] Release guilin xtesting docker 38/121138/5
authormorganrol <morgan.richomme@orange.com>
Thu, 6 May 2021 16:09:40 +0000 (18:09 +0200)
committerBengt Thuree <bthuree@linuxfoundation.org>
Thu, 20 May 2021 03:25:14 +0000 (13:25 +1000)
New try, new hope, again ...

Issue-ID: INT-1884

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I3aa3eec17401354d37111ddb872c369a6a87a318
Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..def8be1
--- /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=1
+minor=7
+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