File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ dependencies {
54
54
}
55
55
~~~~~
56
56
57
- Latest GA release is _ 1.1.1 .RELEASE_
58
- Latest nightly is _ 1.2 .0.BUILD-SNAPSHOT_
57
+ Latest GA release is _ 1.2.0 .RELEASE_
58
+ Latest nightly is _ 1.3 .0.BUILD-SNAPSHOT_
59
59
60
60
# Usage (for the impatient)
61
61
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ http://projects.spring.io/spring-data-redis/
5
5
Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version]
6
6
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
7
7
8
+ Changes in version 1.2.0.GA (2014-03-03)
9
+ ----------------------------------------
10
+ Task
11
+ [DATAREDIS-279] - Update reference documentation.
12
+
13
+
8
14
Changes in version 1.2.0.RC1 (2014-02-19)
9
15
----------------------------------------
10
16
Fix
@@ -22,7 +28,7 @@ New Feature
22
28
23
29
Task
24
30
[DATAREDIS-254] - Clean up codebase to match spring data conventions
25
- [DATAREDIS-260] - Upgrade to latest jedis release
31
+ [DATAREDIS-260] - Upgrade to latest jedis (2.4.1) release
26
32
[DATAREDIS-264] - Update gradle version
27
33
[DATAREDIS-265] - Update Java source and target compatibility to Java 6
28
34
[DATAREDIS-266] - Overhaul documentation.
Original file line number Diff line number Diff line change 1
- SPRING DATA REDIS $version (Feb. 19 , 2014)
1
+ SPRING DATA REDIS $version (March 3 , 2014)
2
2
------------------------------------------
3
3
http://projects.spring.io/spring-data-redis/
4
4
You can’t perform that action at this time.
0 commit comments