diff --git a/.gitignore b/.gitignore index 700c19fe7..863410265 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ pom.xml *.ipr *.iws *.log +.classpath +.project \ No newline at end of file diff --git a/build.gradle b/build.gradle index 136964259..f0ab280eb 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,6 @@ description = 'Spring Data Redis' abbreviation = 'DATAREDIS' apply plugin: 'base' -apply plugin: 'idea' buildscript { repositories { diff --git a/docs/.classpath b/docs/.classpath deleted file mode 100644 index 0e5f210c1..000000000 --- a/docs/.classpath +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/docs/.project b/docs/.project deleted file mode 100644 index b14fc0d5c..000000000 --- a/docs/.project +++ /dev/null @@ -1,18 +0,0 @@ - - - spring-data-redis.docs - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - com.springsource.sts.gradle.core.nature - org.eclipse.jdt.core.javanature - - diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index e060e22c4..ab5109c6f 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -2,8 +2,11 @@ SPRING DATA REDIS INTEGRATION CHANGELOG ======================================= http://www.springsource.org/spring-data -Changes in version 1.0.0.RC2 (2011-mm-dd) ------------------------------------------ +Changes in version 1.0.0.RELEASE (2011-12-14) +--------------------------------------------- + +General +* Upgraded to Spring Framework 3.1 GA Changes in version 1.0.0.RC1 (2011-10-19) diff --git a/gradle.properties b/gradle.properties index d0b8dbadf..1ed2decd6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # Logging log4jVersion = 1.2.16 -slf4jVersion = 1.6.3 +slf4jVersion = 1.6.4 # Common libraries springVersion = 3.1.0.RELEASE @@ -28,4 +28,4 @@ rjc.range = "[0.6.4, 0.6.4]" # -------------------- # Project wide version # -------------------- -springDataRedisVersion=1.0.0.BUILD-SNAPSHOT \ No newline at end of file +springDataRedisVersion=1.0.0.RELEASE \ No newline at end of file