Files
spring-data-redis/gradle.properties
Costin Leau 5ca5632899 update to srp 0.2 snapshot
except for zset and pubsub ops, the rest of the tests seem to be running
2012-04-01 19:53:28 +03:00

33 lines
613 B
Properties

## Dependecies Version
# Logging
log4jVersion = 1.2.16
slf4jVersion = 1.6.4
# Common libraries
springVersion = 3.1.1.RELEASE
jacksonVersion = 1.8.6
# Testing
junitVersion = 4.8.1
mockitoVersion = 1.8.5
# Drivers
jedisVersion = 2.0.0
jredisVersion = 03122010
rjcVersion = 0.6.4
sredisVersion = 0.2-SNAPSHOT
# Manifest properties
## OSGi ranges
spring.range = "[3.1.0, 4.0.0)"
jedis.range = "[2.0.0, 2.0.0]"
jackson.range = "[1.6, 2.0.0)"
rjc.range = "[0.6.4, 0.6.4]"
sredis.range = "[0.1, 1.0)"
# --------------------
# Project wide version
# --------------------
springDataRedisVersion=1.0.1.BUILD-SNAPSHOT