Files
spring-data-gemfire/gradle.properties
Oliver Gierke b9f4a55c79 SGF-140 - Update to Spring Data Commons 1.5.0.
Expose GemfireMappingContext to the parent class to enable PersistentEntity lookup.
2012-11-28 19:03:31 +01:00

27 lines
488 B
Properties

## Dependecies Version
# Logging
log4jVersion = 1.2.16
slf4jVersion = 1.6.4
# Common libraries
springVersion = 3.2.0.RC1
springDataCommonsVersion = 1.5.0.BUILD-SNAPSHOT
gemfireVersion = 7.0
# Testing
junitVersion = 4.8.2
mockitoVersion = 1.8.5
hamcrestVersion = 1.2.1
cglibVersion = 2.2
# Manifest properties
## OSGi ranges
spring.range = "[3.0.0, 4.0.0)"
gemfire.range = "[6.5, 8.0)"
# --------------------
# Project wide version
# --------------------
version=1.3.0.BUILD-SNAPSHOT