diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-30 16:46:46 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-30 16:46:55 -0700 |
commit | e3d5d8af2e2557f0055e4ae3926981b0f7b260af (patch) | |
tree | 175bb78eca6103a25a2c0ecce3eb4bbcd69fa23d | |
parent | 5ae237d3a66fa2ff063a2c364e313c35bf4ed779 (diff) |
Add version.properties
Add version.properties which is required to fix
ccsdk-storage-pgaas-master-release-version-java-daily
jenkins build
Issue-Id: CCSDK-67
Change-Id: I0dc6803c58e55004e26e12c2ac47b5961d758a38
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-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 |