diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-11-14 01:04:55 +0200 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-11-14 01:05:51 +0200 |
commit | 8e272d654c53cfb661fc1c198f4c8177a263b54b (patch) | |
tree | c9e5c31ad267e4c75bbedf4f3c809e5df55c944b /version.properties | |
parent | b20f57f64d421d35c065abdbdae7695fa85436ce (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>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 13 |
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 |