From 8fc5d4e295e8ae3d2b0f0504ef7217a74312bdd1 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 3 Mar 2014 08:49:22 +0100 Subject: [PATCH 1/2] DATAREDIS-256 - Prepare 1.2 GA Release. Prepare issue branch. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 79b9f667dc..943145b977 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jredisVersion=06052013 jedisVersion=2.4.1 springVersion=3.2.8.RELEASE log4jVersion=1.2.17 -version=1.2.0.BUILD-SNAPSHOT +version=1.2.0.DATAREDIS-256-SNAPSHOT srpVersion=0.7 jacksonVersion=1.8.8 fasterXmlJacksonVersion=2.2.0 From 403a7f820a245dcd5bc90d4100c14cc8211dcb3c Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 28 Feb 2014 09:03:06 +0100 Subject: [PATCH 2/2] DATAREDIS-256 - Prepare 1.2 GA Release. Update readme and changelog. Original Pull Request: #42 --- README.md | 4 ++-- docs/src/info/changelog.txt | 8 +++++++- docs/src/info/readme.txt | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80161befc0..f2a3fc2c0e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 89132bd076..01ffb51991 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -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. diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 8a2895f26d..8b09a8aba0 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -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/