diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-09-10 18:50:54 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-09-10 18:54:22 +0300 |
commit | 22a0eef6eae8db2f0dde94f808193b8f9d2d5d97 (patch) | |
tree | 178696f42064aaa8b2423c5723b8c5ae521e425d /version.properties | |
parent | c044432ad9ec68554b12500f6ab1586f92f4d109 (diff) |
Fix sdc-docker-base to also build
cassandra base image
Change-Id: Ibe39fda2bbe9038c7a0b9fdd075b96753e47f616
Issue-Id: SDC-304
Signed-off-by: Idan Amit <ia096e@intl.att.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..bf3f0bf --- /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=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |