DATAREDIS-256 - Prepare 1.2 GA Release.

Update readme and changelog.

Original Pull Request: #42
This commit is contained in:
Christoph Strobl
2014-02-28 09:03:06 +01:00
committed by Thomas Darimont
parent bc31655417
commit 1881e626d0
3 changed files with 10 additions and 4 deletions

View File

@@ -54,8 +54,8 @@ dependencies {
}
~~~~~
Latest GA release is _1.1.1.RELEASE_
Latest nightly is _1.2.0.BUILD-SNAPSHOT_
Latest GA release is _1.2.0.RELEASE_
Latest nightly is _1.3.0.BUILD-SNAPSHOT_
# Usage (for the impatient)

View File

@@ -5,6 +5,12 @@ http://projects.spring.io/spring-data-redis/
Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version]
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
Changes in version 1.2.0.GA (2014-03-03)
----------------------------------------
Task
[DATAREDIS-279] - Update reference documentation.
Changes in version 1.2.0.RC1 (2014-02-19)
----------------------------------------
Fix
@@ -22,7 +28,7 @@ New Feature
Task
[DATAREDIS-254] - Clean up codebase to match spring data conventions
[DATAREDIS-260] - Upgrade to latest jedis release
[DATAREDIS-260] - Upgrade to latest jedis (2.4.1) release
[DATAREDIS-264] - Update gradle version
[DATAREDIS-265] - Update Java source and target compatibility to Java 6
[DATAREDIS-266] - Overhaul documentation.

View File

@@ -1,4 +1,4 @@
SPRING DATA REDIS $version (Feb. 19, 2014)
SPRING DATA REDIS $version (March 3, 2014)
------------------------------------------
http://projects.spring.io/spring-data-redis/