Update Spring Framework Dependency to 4.0.0.RC1
This commit is contained in:
@@ -25,7 +25,7 @@ allprojects {
|
||||
group = 'org.springframework.integration'
|
||||
|
||||
repositories {
|
||||
maven { url 'http://repo.springsource.org/libs-snapshot' }
|
||||
maven { url 'http://repo.springsource.org/libs-milestone' }
|
||||
maven { url 'http://repo.springsource.org/plugins-release' }
|
||||
mavenCentral()
|
||||
}
|
||||
@@ -60,7 +60,7 @@ subprojects { subproject ->
|
||||
ftpServerVersion = '1.0.6'
|
||||
|
||||
|
||||
springVersionDefault = '4.0.0.BUILD-SNAPSHOT'
|
||||
springVersionDefault = '4.0.0.RC1'
|
||||
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
|
||||
|
||||
springAmqpVersion = '1.2.0.RELEASE'
|
||||
|
||||
Reference in New Issue
Block a user