Add version.properties 85/112085/3
authorecaiyanlinux <martin.c.yan@est.tech>
Thu, 3 Sep 2020 08:48:36 +0000 (10:48 +0200)
committerecaiyanlinux <martin.c.yan@est.tech>
Thu, 3 Sep 2020 15:17:43 +0000 (17:17 +0200)
ccsdk-oran-maven-docker-stage-master job is failing due to missing version.properties
Add version.properties to fix jenkins job

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-2699
Change-Id: I5cc8c8f4df1a9b6c49fe8a8b7730f6bfa0cee6d4

version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..edf2cd0
--- /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
+
+
+release_name=1
+sprint_number=0
+feature_revision=0
+
+base_version=${release_name}.${sprint_number}.${feature_revision}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT