diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-02 11:32:46 -0700 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-02 11:32:46 -0700 |
commit | 50db22aa3b1d6fd0b0a87d32259e3b229868401c (patch) | |
tree | dfbf9e3243af435ad7b30f8edaa38e64d976e5f1 /version.properties | |
parent | f2497f371114c5fb5ee8279d82438ab7f333efe9 (diff) |
Fix CDS docker job
Change-Id: I16c09b1680684bc17eb7505828e4279fe8172ddf
Issue-ID: CCSDK-1194
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index 1da7b9a35..1c98ae9b3 100644 --- a/version.properties +++ b/version.properties @@ -4,9 +4,9 @@ # because they are used in Jenkins, whose plug-in doesn't support -release_name=1 -sprint_number=0 -feature_revision=0 +release_name=0 +sprint_number=4 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} |