DATAREDIS-516 - Update required Spring framework version in reference documentation.

The documentation now uses a property to pull in the Spring framework version used at build time.
This commit is contained in:
Mark Paluch
2016-06-07 08:26:34 +02:00
parent e67d71bf87
commit e2c625e476

View File

@@ -1,7 +1,7 @@
[[requirements]]
= Requirements
Spring Data Redis 1.2.x binaries requires JDK level 6.0 and above, and http://projects.spring.io/spring-framework/[Spring Framework] 3.2.8 and above.
Spring Data Redis 1.x binaries requires JDK level 6.0 and above, and http://projects.spring.io/spring-framework/[Spring Framework] {springVersion} and above.
In terms of key value stores, http://redis.io[Redis] 2.6.x or higher is required. Spring Data Redis is currently tested against the latest 2.6 and 2.8 releases.
In terms of key value stores, http://redis.io[Redis] 2.6.x or higher is required. Spring Data Redis is currently tested against the latest 3.0 release.