aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-11-14 01:04:55 +0200
committersblimkie <steven.blimkie@amdocs.com>2017-11-14 01:05:51 +0200
commit8e272d654c53cfb661fc1c198f4c8177a263b54b (patch)
treec9e5c31ad267e4c75bbedf4f3c809e5df55c944b
parentb20f57f64d421d35c065abdbdae7695fa85436ce (diff)
Add version.properties filev1.1.01.0.0-ONAP1.0.0-Amsterdam
Add version.properties file IssueID: AAI-458 Change-Id: I8b69bce7cb09504c52969c428b841d5123edf742 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--version.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..325432a
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,13 @@
+# 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=1
+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 \ No newline at end of file