DATAREDIS-817 - Upgrade build to use Redis 4.0.9.

This commit is contained in:
Christoph Strobl
2018-04-25 14:22:44 +02:00
parent e090d4cb7c
commit 6b247992ed

View File

@@ -1,4 +1,4 @@
# Copyright 2011-2017 the original author or authors.
# Copyright 2011-2018 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
REDIS_VERSION:=4.0.2
REDIS_VERSION:=4.0.9
SPRING_PROFILE?=ci
#######