+ prepare for release
+ remove eclipse project files as they aren't portable
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,3 +9,5 @@ pom.xml
|
||||
*.ipr
|
||||
*.iws
|
||||
*.log
|
||||
.classpath
|
||||
.project
|
||||
@@ -3,7 +3,6 @@ description = 'Spring Data Redis'
|
||||
abbreviation = 'DATAREDIS'
|
||||
|
||||
apply plugin: 'base'
|
||||
apply plugin: 'idea'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user