Files
spring-data-redis/gradle.properties
Jennifer Hickey 7d485d6463 Upgrade to SRP 0.5
DATAREDIS-132, DATAREDIS-130, DATAREDIS-152

- Upgrade to fix broken config_get in SRP 0.2

- Fix syntax errors in sort methods

- Fix syntax errors in zRange/zRevRange methods 
with offset and count
2013-04-12 11:01:18 -07:00

25 lines
419 B
Properties

## Dependecies Version
# Logging
log4jVersion = 1.2.17
slf4jVersion = 1.6.6
# Common libraries
springVersion = 3.1.4.RELEASE
jacksonVersion = 1.8.8
# Testing
junitVersion = 4.8.1
mockitoVersion = 1.8.5
# Drivers
jedisVersion = 2.1.0
jredisVersion = 03122010
rjcVersion = 0.6.4
srpVersion = 0.5
lettuceVersion = 2.2.0
# --------------------
# Project wide version
# --------------------
version=1.0.4.BUILD-SNAPSHOT