Fix: Add version.properties file 11/137811/2 0.0.9
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 29 Apr 2024 18:25:27 +0000 (11:25 -0700)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 30 Apr 2024 06:16:22 +0000 (06:16 +0000)
Needed by Docker stage to manage the image version

Issue-ID: CIMAN-33
Change-Id: Ia30e043fd516aa62bc3b7e53b6a6844754131d3a
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..55a18bc
--- /dev/null
@@ -0,0 +1,13 @@
+# Versioning variables\r
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
+# because they are used in Jenkins, whose plug-in doesn't support\r
+\r
+major=0\r
+minor=0\r
+patch=9\r
+\r
+base_version=${major}.${minor}.${patch}\r
+\r
+# Release must be completed with git revision # in Jenkins\r
+release_version=${base_version}\r
+snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file