Files
spring-data-gemfire/gradle.properties
Oliver Gierke c5ca33d0c6 SGF-87 - Upgrade to Spring Data Commons 1.3.0.BUILD-SNAPSHOT.
Make sure we can compile against the next major version.
2012-05-07 11:56:20 +02:00

26 lines
488 B
Properties

## Dependecies Version
# Logging
log4jVersion = 1.2.16
slf4jVersion = 1.6.4
# Common libraries
springVersion = 3.1.1.RELEASE
springDataCommonsVersion = 1.3.0.BUILD-SNAPSHOT
gemfireVersion = 6.6.2
# Testing
junitVersion = 4.8.1
mockitoVersion = 1.8.5
hamcrestVersion = 1.2.1
# Manifest properties
## OSGi ranges
spring.range = "[3.0.0, 4.0.0)"
gemfire.range = "[6.5, 7.0)"
# --------------------
# Project wide version
# --------------------
springGemfireVersion=1.2.0.BUILD-SNAPSHOT