+ prepare for release

+ remove eclipse project files as they aren't portable
This commit is contained in:
Costin Leau
2011-12-14 17:10:38 +02:00
parent e8283ead35
commit c1eea479a3
6 changed files with 9 additions and 29 deletions

2
.gitignore vendored
View File

@@ -9,3 +9,5 @@ pom.xml
*.ipr
*.iws
*.log
.classpath
.project

View File

@@ -3,7 +3,6 @@ description = 'Spring Data Redis'
abbreviation = 'DATAREDIS'
apply plugin: 'base'
apply plugin: 'idea'
buildscript {
repositories {

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="con" path="com.springsource.sts.gradle.classpathcontainer"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>spring-data-redis.docs</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.springsource.sts.gradle.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -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)

View File

@@ -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
springDataRedisVersion=1.0.0.RELEASE