summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-04-23 16:12:14 -0400
committerDR695H <dr695h@att.com>2019-04-23 16:12:35 -0400
commit4e0bcf51301cb06870156de7508d0c846b7fc524 (patch)
treed2982150b1b1a7c999237b7fd13d909b14905cb4 /version.properties
parentd050b58d3fde6a049104d8287f8d8cfbe3013d5d (diff)
make robotframework-onap not deploy twice
make robotframework-onap not deploy twice Change-Id: I9e01f58f666e99099522895ebf335f13bd07c950 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'version.properties')
-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..b69e8d0
--- /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=4
+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