Add version.properties file 13/23413/1 1.0.0-Amsterdam 1.0.0-ONAP v1.1.0
authorsblimkie <steven.blimkie@amdocs.com>
Mon, 13 Nov 2017 23:04:55 +0000 (01:04 +0200)
committersblimkie <steven.blimkie@amdocs.com>
Mon, 13 Nov 2017 23:05:51 +0000 (01:05 +0200)
Add version.properties file

IssueID: AAI-458
Change-Id: I8b69bce7cb09504c52969c428b841d5123edf742
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..325432a
--- /dev/null
@@ -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