diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-30 16:27:08 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-30 16:28:45 -0700 |
commit | d1c3199e77c5c54fcea412adf26afb104a118c54 (patch) | |
tree | 9f03d300fc7b637ab94100df882c4c001526aba5 /version.properties | |
parent | d3e469ac48efd931580e89021b78e3273e814698 (diff) |
Add version.properties
Add version.properties
which is required to fix
ccsdk-utils-master-release-
version-java-daily build
Issue-Id: CCSDK-67
Change-Id: I399993102d22e756f99fd527cb649dfb05e0401a
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..edf2cd0 --- /dev/null +++ b/version.properties @@ -0,0 +1,14 @@ +########################################################### +# 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 + + +release_name=1 +sprint_number=0 +feature_revision=0 + +base_version=${release_name}.${sprint_number}.${feature_revision} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |