DATAREDIS-434 - Prepare 1.4.4.RELEASE (Evans SR4).

This commit is contained in:
Oliver Gierke
2015-10-14 11:25:07 +02:00
committed by Oliver Gierke
parent 10294b3458
commit 6fddf94dea
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ description = 'Spring Data Redis'
group = 'org.springframework.data' group = 'org.springframework.data'
repositories { repositories {
maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/plugins-release" } maven { url "https://repo.spring.io/plugins-release" }
mavenCentral() mavenCentral()
jcenter() jcenter()
@@ -40,7 +40,7 @@ if (project.hasProperty('platformVersion')) {
apply plugin: 'spring-io' apply plugin: 'spring-io'
repositories { repositories {
maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/libs-release" }
} }
dependencies { dependencies {

View File

@@ -3,7 +3,7 @@ junitVersion=4.11
jredisVersion=06052013 jredisVersion=06052013
jedisVersion=2.5.2 jedisVersion=2.5.2
springVersion=4.0.9.RELEASE springVersion=4.0.9.RELEASE
springDataBuildVersion=1.5.4.BUILD-SNAPSHOT springDataBuildVersion=1.5.4.RELEASE
log4jVersion=1.2.17 log4jVersion=1.2.17
version=1.4.4.BUILD-SNAPSHOT version=1.4.4.BUILD-SNAPSHOT
srpVersion=0.7 srpVersion=0.7