diff options
author | Shawn Severin <shawn.severin@amdocs.com> | 2017-11-13 17:26:10 -0500 |
---|---|---|
committer | Shawn Severin <shawn.severin@amdocs.com> | 2017-11-13 17:26:39 -0500 |
commit | 8330923db923414eef5413acb2ac977b39f7ca46 (patch) | |
tree | 650b2f7c6a96d99df0283fa8d3b8a9230d428611 | |
parent | 8e66c8d66996c591a220e76a266c5c2bd921a957 (diff) |
Adding version.properties filev1.1.01.0.0-ONAP1.0.0-Amsterdam
Issue-ID: AAI-464
Change-Id: Iec45ff5db237af96ef32b6e9ab3c490701213d1b
Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
-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 |