diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-30 16:22:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-30 17:00:32 -0400 |
commit | ba02fc8ee8afa868dda1ca6f11d3dfa293ad4cf3 (patch) | |
tree | 5a4a8382933b84c3e318c11e076cb82cbfc9c906 /version.properties | |
parent | 9972ac595d679375014ad2ae31cd08618ac37e50 (diff) |
Roll version to rule out staging issue
Behavior observed in the odlsli docker container suggests that it might
be picking up an old build of 0.1.0-SNAPSHOT version of sli/core. We
have observed this problem before due to issues with the Nexus staging
plugin. This change bumps the version of sli/core to 0.1.1-SNAPSHOT and
comments out the staging plugin from the sli/core pom.xml to make sure
that the current build is picked up. There will be a corresponding
change in ccsdk/distribution to change which version of sli/core is used
in the odlsli container
Change-Id: Ie3c2b4ff66191748df14240a69a7d461fc0d4639
Issue-ID: CCSDK-69
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index f78b4bdf5..45771401d 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 +release_name=0 sprint_number=1 -feature_revision=2 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} |