aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-05-06 18:09:40 +0200
committerBengt Thuree <bthuree@linuxfoundation.org>2021-05-20 13:25:14 +1000
commitbb72e8082c236f7fd1336581601871b041ab4d8e (patch)
tree217c4e5e14bd394411b8cd731a2e997861d47766
parent74230668d957889590fd92c84cbc3d39f3583ab6 (diff)
[RELEASE] Release guilin xtesting docker
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>
-rw-r--r--version.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..def8be1
--- /dev/null
+++ b/version.properties
@@ -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