diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt
index 0adb13a3e..2d31de9c4 100644
--- a/docs/src/info/readme.txt
+++ b/docs/src/info/readme.txt
@@ -23,6 +23,6 @@ Please see the reference documentation.
Additionally the blog at http://blog.springsource.com as well as sections of interest in the reference documentation.
ADDITIONAL RESOURCES
-Spring Data Homepage: http://www.springsource.org/spring-data/redis
+Spring Data Homepage: http://projects.spring.io/spring-data-redis/
Spring Data Forum : http://forum.springsource.org/forumdisplay.php?f=80
Redis Homepage : http://redis.io
\ No newline at end of file
diff --git a/docs/src/reference/docbook/introduction/requirements.xml b/docs/src/reference/docbook/introduction/requirements.xml
index dc2377b3e..5245c88c3 100644
--- a/docs/src/reference/docbook/introduction/requirements.xml
+++ b/docs/src/reference/docbook/introduction/requirements.xml
@@ -1,11 +1,11 @@
Requirements
- Spring Data Redis 1.x binaries requires JDK level 6.0 and above,
+ Spring Data Redis 1.2.x binaries requires JDK level 6.0 and above,
and Spring Framework
- 3.0.x and above.
+ 3.2.7 and above.
- In terms of key value stores, Redis 2.4.x or higher
- is required. Spring Data Redis is currently tested against the latest 2.4 and 2.6 releases.
+ In terms of key value stores, Redis 2.6.x or higher
+ is required. Spring Data Redis is currently tested against the latest 2.6 and 2.8 releases.
\ No newline at end of file
diff --git a/docs/src/reference/docbook/reference/redis.xml b/docs/src/reference/docbook/reference/redis.xml
index 3704d0d39..273b647d8 100644
--- a/docs/src/reference/docbook/reference/redis.xml
+++ b/docs/src/reference/docbook/reference/redis.xml
@@ -16,12 +16,12 @@
Redis Requirements
- Spring Redis requires Redis 2.4 or above and Java SE 6.0 or above .
+ Spring Redis requires Redis 2.6 or above and Java SE 6.0 or above .
In terms of language bindings (or connectors), Spring Redis integrates with Jedis,
JRedis,
SRP and
Lettuce, four popular open source Java libraries for Redis.
- If you are aware of any other connector that we should be integrating with, please send us feedback.
+ If you are aware of any other connector that we should be integrating with please send us feedback.
@@ -41,7 +41,7 @@
For most tasks, the high-level abstractions and support services are the best choice. Note that at any point, one can move between layers - for example, it's very
- easy to get a hold of the low level connection (or even the native libray) to communicate directly with Redis.
+ easy to get a hold of the low level connection (or even the native library) to communicate directly with Redis.
diff --git a/src/test/resources/org/springframework/data/redis/connection/rjc/RjcConnectionIntegrationTests-context.xml b/src/test/resources/org/springframework/data/redis/connection/rjc/RjcConnectionIntegrationTests-context.xml
deleted file mode 100644
index 3fb031250..000000000
--- a/src/test/resources/org/springframework/data/redis/connection/rjc/RjcConnectionIntegrationTests-context.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/test/resources/org/springframework/data/redis/connection/rjc/RjcConnectionPipelineIntegrationTests-context.xml b/src/test/resources/org/springframework/data/redis/connection/rjc/RjcConnectionPipelineIntegrationTests-context.xml
deleted file mode 100644
index 3fb031250..000000000
--- a/src/test/resources/org/springframework/data/redis/connection/rjc/RjcConnectionPipelineIntegrationTests-context.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file