Bumped dependency versions to latest RELEASE versions.
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -14,10 +14,10 @@ ext {
|
||||
hateoasVersion = "0.4.0.BUILD-SNAPSHOT"
|
||||
springPluginVersion = "0.8.0.BUILD-SNAPSHOT"
|
||||
springSecurityVersion = "3.1.3.RELEASE"
|
||||
sdCommonsVersion = "1.5.0.BUILD-SNAPSHOT"
|
||||
sdJpaVersion = "1.3.0.BUILD-SNAPSHOT"
|
||||
sdMongoVersion = "1.2.0.BUILD-SNAPSHOT"
|
||||
sdGemfireVersion = "1.3.0.BUILD-SNAPSHOT"
|
||||
sdCommonsVersion = "1.5.0.RELEASE"
|
||||
sdJpaVersion = "1.3.0.RELEASE"
|
||||
sdMongoVersion = "1.2.0.RELEASE"
|
||||
sdGemfireVersion = "1.3.0.M1"
|
||||
|
||||
// Libraries
|
||||
guavaVersion = "13.0.1"
|
||||
@@ -41,7 +41,7 @@ buildscript {
|
||||
maven { url "http://repo.springsource.org/plugins-release" }
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.springframework.build.gradle:docbook-reference-plugin:0.2.2"
|
||||
classpath "org.springframework.build.gradle:docbook-reference-plugin:0.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user